Skip to content

Commit ecbe182

Browse files
authored
Add connect/v0.4 to ROUTER_SUPPORTED_SUPERGRAPH_FEATURES (#3366)
1 parent 87abe19 commit ecbe182

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@apollo/federation-internals": patch
3+
---
4+
5+
Allow connect/v0.4 in ROUTER_SUPPORTED_SUPERGRAPH_FEATURES.

internals-js/src/supergraphs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const ROUTER_SUPPORTED_SUPERGRAPH_FEATURES: Set<string> = new Set([
4949
'https://specs.apollo.dev/connect/v0.1',
5050
'https://specs.apollo.dev/connect/v0.2',
5151
'https://specs.apollo.dev/connect/v0.3',
52+
'https://specs.apollo.dev/connect/v0.4',
5253
'https://specs.apollo.dev/cacheTag/v0.1',
5354
]);
5455

0 commit comments

Comments
 (0)