UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

4 lines (3 loc) 181 B
import { GraphQLSchema } from 'graphql'; import { DocumentStore } from '../types'; export declare function storeTypenamesFromSchema(schema: GraphQLSchema): (keyof DocumentStore)[];