UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

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