UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

7 lines (6 loc) 222 B
import { DOCUMENT_CONNECTIONS_SYMBOL } from '../constants.mjs'; function getConnections(document) { return document[DOCUMENT_CONNECTIONS_SYMBOL]; } export { getConnections }; //# sourceMappingURL=get-connections.mjs.map