UNPKG

@theguild/federation-composition

Version:
6 lines 380 B
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