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