UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

3 lines (2 loc) 155 B
import { GraphQLSchema, DocumentNode } from 'graphql'; export declare function createSchema(schema: GraphQLSchema | DocumentNode | string): GraphQLSchema;