@graphql-tools/stitch
Version:
A set of utils for faster development of GraphQL tools
8 lines (7 loc) • 341 B
text/typescript
export { stitchSchemas } from './stitchSchemas.cjs';
export { createMergedTypeResolver } from './createMergedTypeResolver.cjs';
export { forwardArgsToSelectionSet } from './selectionSetArgs.cjs';
export * from './subschemaConfigTransforms/index.cjs';
export * from './types.cjs';
export * from './relay.cjs';
export * from './executor.cjs';