Skip to content

Commit

Permalink
@cacheControl support tests, fixes... (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: theguild-bot <[email protected]>
  • Loading branch information
ardatan and theguild-bot authored Jan 7, 2025
1 parent 221f04f commit 0591aa9
Show file tree
Hide file tree
Showing 48 changed files with 532 additions and 370 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-paws-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/federation': patch
---

Keep the custom directives(using @composeDirective) from the supergraph, in the unified schema served by the gateway should keep it.
14 changes: 7 additions & 7 deletions examples/apq-subgraphs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.6"
"@graphql-hive/gateway": "^1.7.7"
},
"scripts": {
"service:greetings": "tsx services/greetings.ts",
Expand Down
14 changes: 7 additions & 7 deletions examples/extra-fields/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.7.6"
"@graphql-hive/gateway": "^1.7.7"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/federation-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.6"
"@graphql-hive/gateway": "^1.7.7"
},
"scripts": {
"service:accounts": "tsx services/accounts/index.ts",
Expand Down
14 changes: 7 additions & 7 deletions examples/federation-mixed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/federation-mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@omnigraph/openapi": "^0.108.6",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.7.6"
"@graphql-hive/gateway": "^1.7.7"
},
"devDependencies": {
"tsx": "^4.19.2",
Expand Down
14 changes: 7 additions & 7 deletions examples/federation-subscriptions-passthrough/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/federation-subscriptions-passthrough/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@whatwg-node/fetch": "^0.10.1",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.7.6"
"@graphql-hive/gateway": "^1.7.7"
},
"devDependencies": {
"tsx": "^4.19.2",
Expand Down
14 changes: 7 additions & 7 deletions examples/file-upload/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.6"
"@graphql-hive/gateway": "^1.7.7"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/hmac-auth-https/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.6",
"@graphql-hive/gateway": "^1.7.7",
"@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
14 changes: 7 additions & 7 deletions examples/interface-additional-resolvers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/interface-additional-resolvers/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.6",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.7.6"
"@graphql-hive/gateway": "^1.7.7"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/json-schema-subscriptions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0591aa9

Please sign in to comment.