graphql-spring-boot icon indicating copy to clipboard operation
graphql-spring-boot copied to clipboard

File uploads using Spring Boot WebFlux

Open JoakimLofgren opened this issue 3 years ago • 2 comments

We are in the process of porting from servlet to WebFlux and there doesn't seem to be a way to handle file uploads in WebFlux.

This probably involves porting GraphQLMultipartInvocationInputParser to WebFlux.

And creating a WebFlux ApolloScalars with org.springframework.http.codec.multipart.Part instead of javax.servlet.http.Part.

JoakimLofgren avatar May 21 '21 15:05 JoakimLofgren