Type alias SelectionSetNode

SelectionSetNode: Or<SelectionSetNode, {
    kind: SELECTION_SET;
    loc?: Location;
    selections: ReadonlyArray<SelectionNode>;
}>

Generated using TypeDoc