UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

3 lines (2 loc) 216 B
import { BoundOperationMap, OperationContext, OperationMap } from '../types'; export declare function createBoundOperations(operations: OperationMap, context: OperationContext): BoundOperationMap<typeof operations>;