Automattic\WooCommerce\Vendor\GraphQL\Type
SchemaConfig::getAstNode
Method of the class: SchemaConfig{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SchemaConfig = new SchemaConfig(); $SchemaConfig->getAstNode(): ?SchemaDefinitionNode;
SchemaConfig::getAstNode() SchemaConfig::getAstNode code WC 10.9.4
public function getAstNode(): ?SchemaDefinitionNode
{
return $this->astNode;
}