Skip to content

Commit 0591aa9

Browse files
@cacheControl support tests, fixes... (#351)
Co-authored-by: theguild-bot <[email protected]>
1 parent 221f04f commit 0591aa9

File tree

48 files changed

+532
-370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+532
-370
lines changed

.changeset/tricky-paws-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-tools/federation': patch
3+
---
4+
5+
Keep the custom directives(using @composeDirective) from the supergraph, in the unified schema served by the gateway should keep it.

examples/apq-subgraphs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/apq-subgraphs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@graphql-mesh/compose-cli": "^1.2.13",
1010
"graphql": "^16.9.0",
1111
"tslib": "^2.8.1",
12-
"@graphql-hive/gateway": "^1.7.6"
12+
"@graphql-hive/gateway": "^1.7.7"
1313
},
1414
"scripts": {
1515
"service:greetings": "tsx services/greetings.ts",

examples/extra-fields/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/extra-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"graphql": "^16.9.0",
77
"graphql-yoga": "^5.10.6",
88
"tslib": "^2.8.1",
9-
"@graphql-hive/gateway": "^1.7.6"
9+
"@graphql-hive/gateway": "^1.7.7"
1010
},
1111
"devDependencies": {
1212
"tsx": "^4.19.2"

examples/federation-example/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/federation-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/server": "^4.10.3",
1010
"@apollo/subgraph": "^2.7.2",
1111
"graphql": "^16.9.0",
12-
"@graphql-hive/gateway": "^1.7.6"
12+
"@graphql-hive/gateway": "^1.7.7"
1313
},
1414
"scripts": {
1515
"service:accounts": "tsx services/accounts/index.ts",

examples/federation-mixed/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/federation-mixed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@omnigraph/openapi": "^0.108.6",
77
"graphql": "^16.9.0",
88
"tslib": "^2.8.1",
9-
"@graphql-hive/gateway": "^1.7.6"
9+
"@graphql-hive/gateway": "^1.7.7"
1010
},
1111
"devDependencies": {
1212
"tsx": "^4.19.2",

examples/federation-subscriptions-passthrough/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)