Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 31, 2023
1 parent 3ae3c81 commit 53e2232
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/handlers/supergraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.1",
"@graphql-tools/executor-http": "^1.0.2",
"@graphql-tools/federation": "^1.1.0",
"@graphql-tools/federation": "^1.1.1",
"lodash.get": "^4.4.2"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/handlers/supergraph/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class SupergraphHandler implements MeshHandler {
onExecutor({ endpoint }) {
return buildHTTPExecutor({ endpoint, fetch: fetchFn });
},
batch: true,
});
return {
schema,
Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3315,6 +3315,23 @@
optionalDependencies:
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0"

"@graphql-tools/federation@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-1.1.1.tgz#a8bc35ed341543b5dd48220602138cf238ded0d3"
integrity sha512-Yr0f8kfMoy4vZYRTB7aAFcUx/irEGxLac+YYWY8hejwExfUpjllFYr81Jt2mmJSNZ6nJtJW9fzLmxGOApBWDGA==
dependencies:
"@graphql-tools/delegate" "^10.0.0"
"@graphql-tools/executor-http" "^1.0.0"
"@graphql-tools/merge" "^9.0.0"
"@graphql-tools/schema" "^10.0.0"
"@graphql-tools/stitch" "^9.0.0"
"@graphql-tools/utils" "^10.0.0"
"@graphql-tools/wrap" "^10.0.0"
tslib "^2.4.0"
value-or-promise "^1.0.12"
optionalDependencies:
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0"

"@graphql-tools/[email protected]":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-6.1.0.tgz#8b0d8dc7ffd0417c68ad97a916a0ea1841d55d36"
Expand Down

0 comments on commit 53e2232

Please sign in to comment.