Skip to content

Commit

Permalink
Update Examples (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
theguild-bot authored Jan 29, 2025
1 parent f695984 commit 59b10e0
Show file tree
Hide file tree
Showing 51 changed files with 2,127 additions and 2,110 deletions.
Binary file modified examples/apq-subgraphs/example.tar.gz
Binary file not shown.
249 changes: 125 additions & 124 deletions examples/apq-subgraphs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/apq-subgraphs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.8.0"
"@graphql-hive/gateway": "^1.8.1"
},
"scripts": {
"service:greetings": "tsx services/greetings.ts",
Expand Down
Binary file modified examples/extra-fields/example.tar.gz
Binary file not shown.
243 changes: 122 additions & 121 deletions examples/extra-fields/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/extra-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.8.0"
"@graphql-hive/gateway": "^1.8.1"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
Binary file modified examples/federation-example/example.tar.gz
Binary file not shown.
249 changes: 125 additions & 124 deletions examples/federation-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"graphql": "^16.9.0",
"@graphql-hive/gateway": "^1.8.0"
"@graphql-hive/gateway": "^1.8.1"
},
"scripts": {
"service:accounts": "tsx services/accounts/index.ts",
Expand Down
Binary file modified examples/federation-mixed/example.tar.gz
Binary file not shown.
249 changes: 125 additions & 124 deletions examples/federation-mixed/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"fets": "^0.8.4",
"@graphql-hive/gateway": "^1.8.0"
"@graphql-hive/gateway": "^1.8.1"
},
"devDependencies": {
"tsx": "^4.19.2",
Expand Down
Binary file modified examples/federation-subscriptions-passthrough/example.tar.gz
Binary file not shown.
249 changes: 125 additions & 124 deletions examples/federation-subscriptions-passthrough/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-subscriptions-passthrough/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-sse": "^2.5.3",
"graphql-ws": "^5.16.0",
"ws": "^8.17.1",
"@graphql-hive/gateway": "^1.8.0"
"@graphql-hive/gateway": "^1.8.1"
},
"devDependencies": {
"tsx": "^4.19.2",
Expand Down
Binary file modified examples/file-upload/example.tar.gz
Binary file not shown.
249 changes: 125 additions & 124 deletions examples/file-upload/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.8.0"
"@graphql-hive/gateway": "^1.8.1"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
Binary file modified examples/hmac-auth-https/example.tar.gz
Binary file not shown.
243 changes: 122 additions & 121 deletions examples/hmac-auth-https/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/hmac-auth-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.9.3",
"@graphql-hive/gateway": "^1.8.0",
"@graphql-hive/gateway": "^1.8.1",
"@graphql-mesh/compose-cli": "^1.3.3",
"@graphql-mesh/hmac-upstream-signature": "^1.2.19",
"@graphql-mesh/plugin-jwt-auth": "^1.4.0",
Expand Down
Binary file modified examples/interface-additional-resolvers/example.tar.gz
Binary file not shown.
Loading

0 comments on commit 59b10e0

Please sign in to comment.