Automattic\WooCommerce\Vendor\GraphQL\Language\AST

FragmentDefinitionNode::getSelectionSetpublicWC 1.0

Method of the class: FragmentDefinitionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$FragmentDefinitionNode = new FragmentDefinitionNode();
$FragmentDefinitionNode->getSelectionSet(): SelectionSetNode;

FragmentDefinitionNode::getSelectionSet() code WC 10.9.1

public function getSelectionSet(): SelectionSetNode
{
    return $this->selectionSet;
}