interface EnumValueNode {
    kind: "EnumValue";
    loc?: Location;
    value: string;
}

Properties

Properties

kind: "EnumValue"
loc?: Location
value: string