@theguild/federation-composition
Version:
Open Source Composition library for Apollo Federation
11 lines • 649 B
TypeScript
export * from "./compose.js";
export * from "./types.js";
export * from "./validate.js";
export * from "./utils/link/index.js";
export { transformSupergraphToPublicSchema } from "./graphql/transform-supergraph-to-public-schema.js";
export { containsSupergraphSpec } from "./graphql/contains-supergraph-spec.js";
export { sortSDL } from "./graphql/sort-sdl.js";
export { composeSchemaContract } from "./contracts/schema-contract.js";
export { addInaccessibleToUnreachableTypes } from "./contracts/add-inaccessible-to-unreachable-types.js";
export { applyTagFilterOnSubgraphs } from "./contracts/tag-extraction.js";
//# sourceMappingURL=index.d.ts.map