You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ If not found in the query-string, it will look in the POST request body.
60
60
If a previous middleware has already parsed the POST body, the `request.body`
61
61
value will be used. Use [`multer`][] or a similar middleware to add support
62
62
for `multipart/form-data` content, which may be useful for GraphQL mutations
63
-
involving uploading files.
63
+
involving uploading files. See an [example using multer](https://github.com/graphql/express-graphql/blob/master/src/__tests__/http-test.js#L462).
64
64
65
65
If the POST body has not yet been parsed, graphql-express will interpret it
0 commit comments