mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-28 03:32:56 +00:00
Merge pull request #19545 from APIs-guru/getType
[GraphQL] "getType" returns GraphQLNamedType
This commit is contained in:
commit
2bd8a81998
2
types/graphql/type/schema.d.ts
vendored
2
types/graphql/type/schema.d.ts
vendored
@ -51,7 +51,7 @@ export class GraphQLSchema {
|
||||
getMutationType(): GraphQLObjectType|null|undefined;
|
||||
getSubscriptionType(): GraphQLObjectType|null|undefined;
|
||||
getTypeMap(): { [typeName: string]: GraphQLNamedType };
|
||||
getType(name: string): GraphQLType;
|
||||
getType(name: string): GraphQLNamedType;
|
||||
getPossibleTypes(abstractType: GraphQLAbstractType): GraphQLObjectType[];
|
||||
|
||||
isPossibleType(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user