UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

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