UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

5 lines (4 loc) 200 B
import { Document } from '../types'; export declare const key: string; export declare const nullDocument: Document; export declare const isNullDocument: (documentOrKey: Document | string) => boolean;