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'
22services :
33 apollo-router :
44 container_name : apollo-router
5- image : ghcr.io/apollographql/router:v1.59.2
5+ image : ghcr.io/apollographql/router:v2.7.0
66 volumes :
77 - ./supergraph.graphql:/dist/schema/supergraph.graphql
88 - ./router.yaml:/dist/config/router.yaml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22services :
33 apollo-router :
44 container_name : apollo-router
5- image : ghcr.io/apollographql/router:v1.59.2
5+ image : ghcr.io/apollographql/router:v2.7.0
66 volumes :
77 - ./supergraph.graphql:/dist/schema/supergraph.graphql
88 - ./router.yaml:/dist/config/router.yaml
Original file line number Diff line number Diff line change 88 "dependencies" : {
99 "@apollo/gateway" : " 0.54.1" ,
1010 "apollo-server-lambda" : " 3.13.0" ,
11- "@apollo/subgraph" : " 0.6.1 " ,
11+ "@apollo/subgraph" : " 2.11.3 " ,
1212 "graphql" : " 16.10.0"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 77 "start" : " node inventory.js"
88 },
99 "dependencies" : {
10- "@apollo/subgraph" : " 0.6.1 " ,
10+ "@apollo/subgraph" : " 2.11.3 " ,
1111 "apollo-server" : " 3.13.0" ,
1212 "supergraph-demo-opentelemetry" : " 0.2.4" ,
1313 "graphql" : " 16.10.0"
Original file line number Diff line number Diff line change 77 "start" : " node products.js"
88 },
99 "dependencies" : {
10- "@apollo/subgraph" : " 0.6.1 " ,
10+ "@apollo/subgraph" : " 2.11.3 " ,
1111 "apollo-server" : " 3.13.0" ,
1212 "supergraph-demo-opentelemetry" : " 0.2.4" ,
1313 "graphql" : " 16.10.0"
Original file line number Diff line number Diff line change 77 "start" : " node users.js"
88 },
99 "dependencies" : {
10- "@apollo/subgraph" : " 0.6.1 " ,
10+ "@apollo/subgraph" : " 2.11.3 " ,
1111 "apollo-server" : " 3.13.0" ,
1212 "supergraph-demo-opentelemetry" : " 0.2.4" ,
1313 "graphql" : " 16.10.0"
You can’t perform that action at this time.
0 commit comments