UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

4 lines (3 loc) 217 B
import { GraphQLSchema } from 'graphql'; import { Reference, WalkCallback } from '../types'; export declare function walk(graphqlSchema: GraphQLSchema, references: Reference[], callback: WalkCallback): Promise<void>;