Type alias FragmentDefinitionNode

FragmentDefinitionNode: Or<FragmentDefinitionNode, {
    directives?: ReadonlyArray<DirectiveNode>;
    kind: FRAGMENT_DEFINITION;
    loc?: Location;
    name: NameNode;
    selectionSet: SelectionSetNode;
    typeCondition: NamedTypeNode;
}>

Generated using TypeDoc