Automattic\WooCommerce\Vendor\GraphQL\Language\AST
HasSelectionSet{}
export type DefinitionNode = OperationDefinitionNode
| FragmentDefinitionNode.
No Hooks.
Usage
$HasSelectionSet = new HasSelectionSet(); // use class methods
Methods
- public getSelectionSet()
HasSelectionSet{} HasSelectionSet{} code WC 10.9.4
interface HasSelectionSet
{
public function getSelectionSet(): SelectionSetNode;
}