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
Currently this library uses xmlhttprequest post requests.
Is it possible to support file upload via graphql as well?
Using apollo client here - it would be great, if a user of you library could inject custom implementations e.g. callbacks of the file upload function and for the status updates (how to retrieve upload progress status, error message, etc.).
Hi, the whole library depends on xmlhttprequest so I don't this makes a lot of sense. We would basically need to refactor the whole library to support different methods.
Currently this library uses xmlhttprequest post requests.
Is it possible to support file upload via graphql as well?
Using apollo client here - it would be great, if a user of you library could inject custom implementations e.g. callbacks of the file upload function and for the status updates (how to retrieve upload progress status, error message, etc.).
https://github.com/jaydenseric/graphql-multipart-request-spec
The text was updated successfully, but these errors were encountered: