graphql-mocks
Version:
Tools for setting up graphql test resolvers
8 lines (7 loc) • 448 B
JavaScript
export { attachFieldResolversToSchema } from './attach-field-resolvers-to-schema.js';
export { attachTypeResolversToSchema } from './attach-type-resolvers-to-schema.js';
export { attachResolversToSchema } from './attach-resolvers-to-schema.js';
export { attachScalarsToSchema } from './attach-scalars-to-schema.js';
export { copySchema } from './copy-schema.js';
export { createSchema } from './create-schema.js';
//# sourceMappingURL=index.js.map