mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Added isDeprecated to GraphQLEnumValue
This commit is contained in:
1
types/graphql/type/definition.d.ts
vendored
1
types/graphql/type/definition.d.ts
vendored
@@ -456,6 +456,7 @@ export interface GraphQLEnumValueConfig {
|
||||
export interface GraphQLEnumValue {
|
||||
name: string;
|
||||
description: string;
|
||||
isDeprecated?: boolean;
|
||||
deprecationReason: string;
|
||||
value: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user