UNPKG

graphql-mocks

Version:
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;