Automattic\WooCommerce\Vendor\GraphQL\Language\AST
OperationDefinitionNode::getSelectionSet
Method of the class: OperationDefinitionNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$OperationDefinitionNode = new OperationDefinitionNode(); $OperationDefinitionNode->getSelectionSet(): SelectionSetNode;
OperationDefinitionNode::getSelectionSet() OperationDefinitionNode::getSelectionSet code WC 10.9.1
public function getSelectionSet(): SelectionSetNode
{
return $this->selectionSet;
}