UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

10 lines (8 loc) 157 B
'use strict'; const WrapperFor = { TYPE: 'TYPE', FIELD: 'FIELD', ANY: 'ANY' }; exports.WrapperFor = WrapperFor; //# sourceMappingURL=constants.js.map