diff --git a/.gitignore b/.gitignore index 4c49bd7..95bcba2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +mise.local.toml diff --git a/github.graphql b/github.graphql index df1fff6..a080781 100644 --- a/github.graphql +++ b/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"]) @link( - url: "https://specs.apollo.dev/connect/v0.1" + url: "https://specs.apollo.dev/connect/v0.2" import: ["@connect", "@source"] ) @source( diff --git a/supergraph.yaml b/supergraph.yaml index 91e35ce..bb66075 100644 --- a/supergraph.yaml +++ b/supergraph.yaml @@ -1,4 +1,4 @@ -federation_version: =2.10.0 +federation_version: =2.11.0 subgraphs: github: routing_url: http://ignore