UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

8 lines (6 loc) 157 B
'use strict'; function unwrap(type) { return 'ofType' in type ? unwrap(type.ofType) : type; } exports.unwrap = unwrap; //# sourceMappingURL=unwrap.js.map