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