UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

3 lines (2 loc) 134 B
import { GraphQLSchema } from 'graphql'; export declare function typeExists(graphqlSchema: GraphQLSchema, typename: string): boolean;