UNPKG

@theguild/federation-composition

Version:
5 lines 405 B
import type { SupergraphVisitorMap } from "../../composition/visitor.js"; import type { SupergraphState } from "../../state.js"; import type { SupergraphValidationContext } from "../validation-context.js"; export declare function ReferencedInaccessibleRule(context: SupergraphValidationContext, supergraph: SupergraphState): SupergraphVisitorMap; //# sourceMappingURL=referenced-inaccessible-rule.d.ts.map