UNPKG

@theguild/federation-composition

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