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 fe2008a commit dd7943cCopy full SHA for dd7943c
example/gateway.js
@@ -12,7 +12,7 @@ const gateway = new ApolloGateway({
12
});
13
14
(async () => {
15
- const server = new ApolloServer({ gateway, subscriptions: false });
+ const server = new ApolloServer({ gateway, subscriptions: false, uploads: false });
16
17
server.listen({ port: 5000 }).then(({ url }) => {
18
console.log(`🚀 Server ready at ${url}`);
0 commit comments