This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File uploads using Spring Boot WebFlux #637
Open
Description
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
.