We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
express.json
1 parent 18a3827 commit 805d8cdCopy full SHA for 805d8cd
docs/source/api/standalone.mdx
@@ -196,7 +196,7 @@ await server.start();
196
app.use('/',
197
cors<cors.CorsRequest>(),
198
// 50mb is the limit that `startStandaloneServer` uses, but you may configure this to suit your needs
199
- bodyParser.json({ limit: '50mb' }),
+ express.json({ limit: '50mb' }),
200
// expressMiddleware accepts the same arguments:
201
// an Apollo Server instance and optional configuration options
202
expressMiddleware(server, {
0 commit comments