Automattic\WooCommerce\Vendor\GraphQL\Language\AST

OperationDefinitionNode::getSelectionSetpublicWC 1.0

Method of the class: OperationDefinitionNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

OperationDefinitionNode::getSelectionSet() code WC 10.9.1

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