UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

4 lines (3 loc) 217 B
import { GraphQLSchema, GraphQLNamedType } from 'graphql'; import { Reference } from '../types'; export declare function getTypeForReference(schema: GraphQLSchema, reference: Reference): GraphQLNamedType | undefined;