Automattic\WooCommerce\Vendor\GraphQL\Type
SchemaConfig::getDirectives
Method of the class: SchemaConfig{}
No Hooks.
Returns
array<Directive>|null.
Usage
$SchemaConfig = new SchemaConfig(); $SchemaConfig->getDirectives(): ?array;
SchemaConfig::getDirectives() SchemaConfig::getDirectives code WC 11.0.1
public function getDirectives(): ?array
{
return $this->directives;
}