Skip to content

Commit 71ae42e

Browse files
author
sjin
committed
try out fed 2.7.2
1 parent 95c3f7c commit 71ae42e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/federation/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
router:
3-
image: ghcr.io/apollographql/router:v1.47.0
3+
image: ghcr.io/apollographql/router:v1.45.1
44
volumes:
55
- ./router.yaml:/dist/config/router.yaml
66
- ./supergraph.graphql:/dist/config/supergraph.graphql

examples/federation/supergraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
federation_version: =2.7.5
1+
federation_version: =2.7.2
22
subgraphs:
33
products:
44
routing_url: http://products:8080/graphql

0 commit comments

Comments
 (0)