UNPKG

@theguild/federation-composition

Version:
11 lines 659 B
export * from "./compose.cjs"; export * from "./types.cjs"; export * from "./validate.cjs"; export * from "./utils/link/index.cjs"; export { transformSupergraphToPublicSchema } from "./graphql/transform-supergraph-to-public-schema.cjs"; export { containsSupergraphSpec } from "./graphql/contains-supergraph-spec.cjs"; export { sortSDL } from "./graphql/sort-sdl.cjs"; export { composeSchemaContract } from "./contracts/schema-contract.cjs"; export { addInaccessibleToUnreachableTypes } from "./contracts/add-inaccessible-to-unreachable-types.cjs"; export { applyTagFilterOnSubgraphs } from "./contracts/tag-extraction.cjs"; //# sourceMappingURL=index.d.ts.map