We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd67965 + 235adbc commit e256055Copy full SHA for e256055
β.gitignoreβ
@@ -1 +1,2 @@
1
.env
2
+mise.local.toml
βgithub.graphqlβ
@@ -1,7 +1,7 @@
extend schema
- @link(url: "https://specs.apollo.dev/federation/v2.10", import: ["@key"])
+ @link(url: "https://specs.apollo.dev/federation/v2.11", import: ["@key"])
3
@link(
4
- url: "https://specs.apollo.dev/connect/v0.1"
+ url: "https://specs.apollo.dev/connect/v0.2"
5
import: ["@connect", "@source"]
6
)
7
@source(
βsupergraph.yamlβ
@@ -1,4 +1,4 @@
-federation_version: =2.10.0
+federation_version: =2.11.0
subgraphs:
github:
routing_url: http://ignore
0 commit comments