UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

3 lines (2 loc) 115 B
import { GraphQLSchema } from 'graphql'; export declare function copySchema(schema: GraphQLSchema): GraphQLSchema;