-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate apollo-upload-client in @apollo/client package #6671
Comments
I really don't think this is something the maintainers of |
Also, this may add packages size for people who might not even use it. I would personally recommend avoiding server uploads and instead use direct to S3 / Azure style uploads using your server only as an intermediary to get an upload token. So you can upload directly and not deal with all the challenges associated with processing upload streams. And your Graphql can just provide you with a standard mutation to get the upload token. |
I see what do you mean @benjamn. |
Also bummed out to hear we can't handle files in 3.0... |
I'd like to know if it's possible to integrate apollo-upload-client in @apollo/client package?
The text was updated successfully, but these errors were encountered: