UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

4 lines (3 loc) 167 B
import { GraphQLSchema } from 'graphql'; import { DocumentStore } from '../types'; export declare function createDocumentStore(schema?: GraphQLSchema): DocumentStore;