UNPKG

@theguild/federation-composition

Version:
4 lines 352 B
import { type SchemaContractFilter } from "./tag-extraction.js"; import { type ServiceDefinition } from "../types.js"; export declare function composeSchemaContract(services: ServiceDefinition[], tagFilter: SchemaContractFilter, removeUnreachableTypes?: boolean): import("../compose.js").CompositionResult; //# sourceMappingURL=schema-contract.d.ts.map