Add better support for file uploads to graphQL #3714
Replies: 19 comments
-
👋 Thanks for opening your first issue! If you're reporting a 🐞 bug, please make sure To help make this a smooth process, please be sure you have first read the |
Beta Was this translation helpful? Give feedback.
-
Now there is event a place to look for inspiration 😄 https://sirmuel.design/working-with-file-uploads-using-altair-graphql-d2f86dc8261f |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
Still relevant. |
Beta Was this translation helpful? Give feedback.
-
Bad bot. Please re-open. |
Beta Was this translation helpful? Give feedback.
-
examples here https://github.com/jaydenseric/graphql-multipart-request-spec |
Beta Was this translation helpful? Give feedback.
-
@gschier Could you please reopen this? It doesn't get the attention it deserves. |
Beta Was this translation helpful? Give feedback.
-
I'm looking at the spec and I don't really feel |
Beta Was this translation helpful? Give feedback.
-
I believe usage of |
Beta Was this translation helpful? Give feedback.
-
@dauledk @gschier is there a way this issue can be re-opened? I'd also need this feature to easily test file uploads on a GraphQL endpoint... Thanks! |
Beta Was this translation helpful? Give feedback.
-
We could add this to the next 6 months iteration plan? I could work on it |
Beta Was this translation helpful? Give feedback.
-
Is there a way I can contribute to the implementation of this feature? |
Beta Was this translation helpful? Give feedback.
-
Would love to see this. Using curl in the meantime |
Beta Was this translation helpful? Give feedback.
-
It would be great to have something like this Altair GraphQL Client. Thanks! |
Beta Was this translation helpful? Give feedback.
-
+1 for @hongbo-miao |
Beta Was this translation helpful? Give feedback.
-
Copying content from #4110 (a duplicate): From @SergioSuarezDev :
|
Beta Was this translation helpful? Give feedback.
-
Any updates to this. This will be a nice addition |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
Feature Request
Currently it's possible to upload files to GraphQL using Insomnia by sending a POST Multipart request, following the graphql-multipart-request-spec.
But it would be awesome if you could do this using a file picker in Insomnia.
I followed the GraphQL file upload implementation described here.
Beta Was this translation helpful? Give feedback.
All reactions