UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

6 lines (5 loc) 246 B
export { cloneDocument } from './clone-document'; export { createDocument } from './create-document'; export { getConnections } from './get-connections'; export { isDocument } from './is-document'; export { nullDocument } from './null-document';