UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

9 lines (8 loc) 222 B
function allDocuments(store) { var all = Object.values(store).reduce((all, documents) => { return [...all, ...documents]; }, []); return all; } export { allDocuments }; //# sourceMappingURL=all-documents.mjs.map