Type alias InlineFragmentNode

InlineFragmentNode: Or<InlineFragmentNode, {
    directives?: ReadonlyArray<DirectiveNode>;
    kind: INLINE_FRAGMENT;
    loc?: Location;
    selectionSet: SelectionSetNode;
    typeCondition?: NamedTypeNode;
}>

Generated using TypeDoc