File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
services :
3
3
apollo-router :
4
4
container_name : apollo-router
5
- image : ghcr.io/apollographql/router:v1.59 .2
5
+ image : ghcr.io/apollographql/router:v2.1 .2
6
6
volumes :
7
7
- ./supergraph.graphql:/dist/schema/supergraph.graphql
8
8
- ./router.yaml:/dist/config/router.yaml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
services :
3
3
apollo-router :
4
4
container_name : apollo-router
5
- image : ghcr.io/apollographql/router:v1.59 .2
5
+ image : ghcr.io/apollographql/router:v2.1 .2
6
6
volumes :
7
7
- ./supergraph.graphql:/dist/schema/supergraph.graphql
8
8
- ./router.yaml:/dist/config/router.yaml
Original file line number Diff line number Diff line change 8
8
"dependencies" : {
9
9
"@apollo/gateway" : " 0.54.1" ,
10
10
"apollo-server-lambda" : " 3.13.0" ,
11
- "@apollo/subgraph" : " 0.6.1 " ,
11
+ "@apollo/subgraph" : " 2.10.2 " ,
12
12
"graphql" : " 16.10.0"
13
13
},
14
14
"devDependencies" : {
Original file line number Diff line number Diff line change 7
7
"start" : " node inventory.js"
8
8
},
9
9
"dependencies" : {
10
- "@apollo/subgraph" : " 0.6.1 " ,
10
+ "@apollo/subgraph" : " 2.10.2 " ,
11
11
"apollo-server" : " 3.13.0" ,
12
12
"supergraph-demo-opentelemetry" : " 0.2.4" ,
13
13
"graphql" : " 16.10.0"
Original file line number Diff line number Diff line change 7
7
"start" : " node products.js"
8
8
},
9
9
"dependencies" : {
10
- "@apollo/subgraph" : " 0.6.1 " ,
10
+ "@apollo/subgraph" : " 2.10.2 " ,
11
11
"apollo-server" : " 3.13.0" ,
12
12
"supergraph-demo-opentelemetry" : " 0.2.4" ,
13
13
"graphql" : " 16.10.0"
Original file line number Diff line number Diff line change 7
7
"start" : " node users.js"
8
8
},
9
9
"dependencies" : {
10
- "@apollo/subgraph" : " 0.6.1 " ,
10
+ "@apollo/subgraph" : " 2.10.2 " ,
11
11
"apollo-server" : " 3.13.0" ,
12
12
"supergraph-demo-opentelemetry" : " 0.2.4" ,
13
13
"graphql" : " 16.10.0"
You can’t perform that action at this time.
0 commit comments