Open phillip-kruger opened 3 years ago
I'm very interested in having this.
We've got an application that heavily focuses on file uploads, and we'd like to add a GraphQL endpoint for it. However, encoding files in base64, parsing that out of the transmitted JSON and base64 decoding them seems like a waste of resources.
If I can get a pointer where to start to add that support, I'd also be interested in implementing it myself.
For what it's worth Vert.x GraphQL supports file uploads: https://vertx.io/docs/vertx-web-graphql/java/
Look at https://github.com/jaydenseric/graphql-multipart-request-spec