Skip to content

Commit e256055

Browse files
authored
Merge pull request #6 from DaleStudy/up-fed
deps: update federation version
2 parents fd67965 + 235adbc commit e256055

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.env
2+
mise.local.toml

β€Žgithub.graphqlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extend schema
2-
@link(url: "https://specs.apollo.dev/federation/v2.10", import: ["@key"])
2+
@link(url: "https://specs.apollo.dev/federation/v2.11", import: ["@key"])
33
@link(
4-
url: "https://specs.apollo.dev/connect/v0.1"
4+
url: "https://specs.apollo.dev/connect/v0.2"
55
import: ["@connect", "@source"]
66
)
77
@source(

β€Žsupergraph.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
federation_version: =2.10.0
1+
federation_version: =2.11.0
22
subgraphs:
33
github:
44
routing_url: http://ignore

0 commit comments

Comments
Β (0)