UNPKG

@graphql-tools/stitch

Version:

A set of utils for faster development of GraphQL tools

7 lines (6 loc) 309 B
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';