UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

4 lines (3 loc) 186 B
import { GraphQLSchema } from 'graphql'; import { DocumentStore } from '../types'; export declare function proxyWrap(schema: GraphQLSchema, originalStore: DocumentStore): DocumentStore;