We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1792b commit 61d8f13Copy full SHA for 61d8f13
e2e/federation-example/gateway.config.ts
@@ -0,0 +1,5 @@
1
+import { defineConfig } from '@graphql-hive/gateway';
2
+
3
+export const gatewayConfig = defineConfig({
4
+ upstreamTimeout: 10_000,
5
+});
0 commit comments