UNPKG

graphql-mocks

Version:

Tools for setting up graphql test resolvers

8 lines (6 loc) 148 B
'use strict'; function include(source, update) { return [...source, ...update]; } exports.include = include; //# sourceMappingURL=include.js.map