UNPKG

@theguild/federation-composition

Version:
8 lines (7 loc) 361 B
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';