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