Automattic\WooCommerce\Vendor\GraphQL\Language\AST
HasSelectionSet{}
export type DefinitionNode = OperationDefinitionNode
| FragmentDefinitionNode.
Хуков нет.
Использование
$HasSelectionSet = new HasSelectionSet(); // use class methods
Методы
- public getSelectionSet()
Код HasSelectionSet{} HasSelectionSet{} WC 11.0.1
interface HasSelectionSet
{
public function getSelectionSet(): SelectionSetNode;
}