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.
1 parent 95c3f7c commit 71ae42eCopy full SHA for 71ae42e
examples/federation/docker-compose.yaml
@@ -1,6 +1,6 @@
1
services:
2
router:
3
- image: ghcr.io/apollographql/router:v1.47.0
+ image: ghcr.io/apollographql/router:v1.45.1
4
volumes:
5
- ./router.yaml:/dist/config/router.yaml
6
- ./supergraph.graphql:/dist/config/supergraph.graphql
examples/federation/supergraph.yaml
@@ -1,4 +1,4 @@
-federation_version: =2.7.5
+federation_version: =2.7.2
subgraphs:
products:
routing_url: http://products:8080/graphql
0 commit comments