interface SelectionSetNode {
    kind: SELECTION_SET;
    loc?: Location;
    selections: readonly SelectionNode[];
}

Properties

Properties

loc?: Location
selections: readonly SelectionNode[]

Generated using TypeDoc