Type alias InputValueDefinitionNode

InputValueDefinitionNode: Or<InputValueDefinitionNode, {
    defaultValue?: ConstValueNode;
    description?: StringValueNode;
    directives?: ReadonlyArray<ConstDirectiveNode>;
    kind: INPUT_VALUE_DEFINITION;
    loc?: Location;
    name: NameNode;
    type: TypeNode;
}>

Generated using TypeDoc