UNPKG

graphql-mocks

Version:
13 lines (9 loc) 224 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function unwrap(type) { return 'ofType' in type ? unwrap(type.ofType) : type; } exports.unwrap = unwrap; //# sourceMappingURL=unwrap.js.map