Automattic\WooCommerce\Vendor\GraphQL
GraphQL::getStandardDirectives
Deprecated. It is no longer supported and may be removed in future releases. See
{@see Directive::builtInDirectives()}.Returns directives defined in Automattic\WooCommerce\Vendor\GraphQL spec.
Method of the class: GraphQL{}
No Hooks.
Returns
Array
Usage
$result = GraphQL::getStandardDirectives(): array;
Changelog
| Deprecated | use {@see Directive::builtInDirectives()} |
GraphQL::getStandardDirectives() GraphQL::getStandardDirectives code WC 10.9.1
public static function getStandardDirectives(): array
{
return Directive::builtInDirectives();
}