UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

3 lines (2 loc) 178 B
import { Document, KeyOrDocument, OperationContext } from '../types'; export declare function removeOperation(context: OperationContext, keyOrDocument: KeyOrDocument): Document;