Upload files
#297
-
I am using graphql-ws, awesome! |
Beta Was this translation helpful? Give feedback.
Answered by
enisdenjo
Jan 14, 2022
Replies: 1 comment
-
Multipart requests are HTTP requests, nothing to do with WebSockets. Regardless, I don't recommend doing file uploads over WebSockets (and I never tried either). Since HTTP is a far better medium here, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
enisdenjo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Multipart requests are HTTP requests, nothing to do with WebSockets. Regardless, I don't recommend doing file uploads over WebSockets (and I never tried either). Since HTTP is a far better medium here,
graphql-ws
will probably never support file uploads. Consider using HTTP, as you hinted, instead.