Type alias EnumValueNode

EnumValueNode: Or<EnumValueNode, {
    kind: ENUM;
    loc?: Location;
    value: string;
}>

Generated using TypeDoc