UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

3 lines (2 loc) 116 B
import { GraphQLType } from 'graphql'; export declare function isInternalType(type: GraphQLType | string): boolean;