Interface EnumValueDefinitionNode

interface EnumValueDefinitionNode {
    description?: StringValueNode;
    directives?: readonly ConstDirectiveNode[];
    kind: ENUM_VALUE_DEFINITION;
    loc?: Location;
    name: NameNode;
}

Properties

description?: StringValueNode
directives?: readonly ConstDirectiveNode[]
loc?: Location
name: NameNode

Generated using TypeDoc