Automattic\WooCommerce\Vendor\GraphQL\Language\AST

HasSelectionSet{}interfaceWC 1.0

export type DefinitionNode = OperationDefinitionNode
| FragmentDefinitionNode.

Хуков нет.

Использование

$HasSelectionSet = new HasSelectionSet();
// use class methods

Методы

  1. public getSelectionSet()

Код HasSelectionSet{} WC 11.0.1

interface HasSelectionSet
{
    public function getSelectionSet(): SelectionSetNode;
}