UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

3 lines (2 loc) 168 B
import { DocumentStore, Document, KeyOrDocument } from '../types'; export declare function findDocument(data: DocumentStore, key: KeyOrDocument): Document | undefined;