WooCommerce Code Reference

ExecutableDefinitions extends ValidationRule
in package

Executable definitions.

A Automattic\WooCommerce\Vendor\GraphQL document is only valid for execution if all definitions are either operation or fragment definitions.

Table of Contents

$name  : string
getName()  : string
getSDLVisitor()  : array<string|int, mixed>
Returns structure suitable for @see \Automattic\WooCommerce\Vendor\GraphQL\Language\Visitor.
getVisitor()  : array<string|int, mixed>
Returns structure suitable for @see \Automattic\WooCommerce\Vendor\GraphQL\Language\Visitor.
nonExecutableDefinitionMessage()  : string

Properties

Methods