Skip to content

Commit

Permalink
Add source spec to router supported features set (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer authored Jan 24, 2024
1 parent 170bc39 commit f566a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions federation-2/router-bridge/js-src/supported_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
FeatureDefinitions,
POLICY_VERSIONS,
REQUIRES_SCOPES_VERSIONS,
SOURCE_VERSIONS,
} from "@apollo/federation-internals";

export const ROUTER_SUPPORTED_SUPERGRAPH_FEATURES: Set<string> = new Set(
Expand All @@ -28,3 +29,4 @@ function addToRouterFeatures<T extends FeatureDefinition>(
addToRouterFeatures(AUTHENTICATED_VERSIONS);
addToRouterFeatures(REQUIRES_SCOPES_VERSIONS);
addToRouterFeatures(POLICY_VERSIONS);
addToRouterFeatures(SOURCE_VERSIONS);

0 comments on commit f566a5e

Please sign in to comment.