Feature: enable file upload using GraphQL multipart upload
gstylianou opened this issue · 0 comments
gstylianou commented
Current file upload doesn't support GraphQL.
I would like to be able to define the upload method in the UploadConfig to be GraphQL, add the GraphQL endpoint and the upload to be done using GraphQL multipart.
As an alternative, I would like to be able to provide my own custom upload function.