Automattic\WooCommerce\Vendor\GraphQL\Validator
SDLValidationContext::getSchema
Method of the class: SDLValidationContext{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SDLValidationContext = new SDLValidationContext(); $SDLValidationContext->getSchema(): ?Schema;
SDLValidationContext::getSchema() SDLValidationContext::getSchema code WC 10.9.1
public function getSchema(): ?Schema
{
return $this->schema;
}