UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

11 lines (9 loc) 191 B
'use strict'; function getStoreOperation(context) { const { store } = context; return store; } exports.getStoreOperation = getStoreOperation; //# sourceMappingURL=get-store.js.map