UNPKG

graphql-mocks

Version:
3 lines (2 loc) 155 B
import { GraphQLSchema, GraphQLType } from 'graphql'; export declare function isRootQueryType(schema: GraphQLSchema, type: GraphQLType | string): boolean;