mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
Update definition.d.ts
This commit is contained in:
1
types/graphql/type/definition.d.ts
vendored
1
types/graphql/type/definition.d.ts
vendored
@@ -455,6 +455,7 @@ export class GraphQLEnumType {
|
||||
constructor(config: GraphQLEnumTypeConfig);
|
||||
getValues(): GraphQLEnumValue[];
|
||||
getValue(name: string): GraphQLEnumValue;
|
||||
isValidValue(value: any): boolean;
|
||||
serialize(value: any): string;
|
||||
parseValue(value: any): any;
|
||||
parseLiteral(valueNode: ValueNode): any;
|
||||
|
||||
Reference in New Issue
Block a user