0

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?

stackMan10
  • 732
  • 6
  • 25

1 Answers1

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