UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

3 lines (2 loc) 140 B
import { Document, SerializedDocument } from '../types'; export declare function serializeDocument(document: Document): SerializedDocument;