Automattic\WooCommerce\Vendor\GraphQL\Language\AST

HasSelectionSet{}interfaceWC 1.0

export type DefinitionNode = OperationDefinitionNode
| FragmentDefinitionNode.

No Hooks.

Usage

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

Methods

  1. public getSelectionSet()

HasSelectionSet{} code WC 10.9.4

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