Most of the solutions I found on this topic use some kind of a servlet framework. How do we achieve this in a reactive app running on netty server?
Asked
Active
Viewed 127 times
1 Answers
0
This is currently not supported by the Spring GraphQL project but is being considered under the following issue: https://github.com/spring-projects/spring-graphql/issues/69
GraphQL doesn't support binary data, so some applications handle uploads outside of GraphQL.

Brian Clozel
- 56,583
- 15
- 167
- 176