Interface InputObjectTypeExtensionNode

interface InputObjectTypeExtensionNode {
    directives?: readonly ConstDirectiveNode[];
    fields?: readonly InputValueDefinitionNode[];
    kind: INPUT_OBJECT_TYPE_EXTENSION;
    loc?: Location;
    name: NameNode;
}

Properties

directives?: readonly ConstDirectiveNode[]
fields?: readonly InputValueDefinitionNode[]
loc?: Location
name: NameNode

Generated using TypeDoc