@theguild/federation-composition
Version:
Open Source Composition library for Apollo Federation
6 lines • 382 B
text/typescript
import type { SubgraphState } from '../../subgraph/state.cjs';
import type { SupergraphStateBuilder } from '../state.cjs';
export declare function validateSupergraph(subgraphStates: Map<string, SubgraphState>, state: SupergraphStateBuilder, __internal?: {
disableValidationRules?: string[];
}): import("graphql").GraphQLError[];
//# sourceMappingURL=validate-supergraph.d.ts.map