UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

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