You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of the spring-boot with graphql will it manage basic multipart requests made by Apollo client ?
Do you have an example of a complete and functional file sending implementation on a spring-boot graphql back-end?
As it stands, a 400 BAD REQUEST is returned by the spring-boot. I do not understand why. The request is however well recognized by the ContextWebFilter in the graphql-kotlin-spring-server library.