UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

6 lines (5 loc) 137 B
function unwrap(type) { return 'ofType' in type ? unwrap(type.ofType) : type; } export { unwrap }; //# sourceMappingURL=unwrap.mjs.map