Feature Request: FilePicker on Upload scalar
See original GitHub issueThis issue pertains to the following package(s):
- GraphQL Playground - Electron App
- GraphQL Playground HTML
- GraphQL Playground
Feature Request
Now, where apollo-upload-server seems to be established as the de-facto standard when it comes to handling file uploads, it would be awesome to bring up a file picker dialog on Upload
scalars. Something like:
With something like that in place, it wouldn’t be necessary to build a client application for testing file uploads anymore.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:140
- Comments:20 (1 by maintainers)
Top Results From Across the Web
File uploads - Apollo GraphQL Docs
Note: When using typeDefs , Apollo Server adds scalar Upload to your schema, so any existing declaration of scalar Upload in the type...
Read more >File Upload - gqlgen
Graphql server has an already built-in Upload scalar to upload files using a multipart request. It implements the following spec ...
Read more >How to Upload a File Using React - Filestack
Welcome to our React file upload tutorial. In this article, we'll cover how to enable file uploads in your React app from scratch....
Read more >javascript upload free download - SourceForge
Middleware and an Upload scalar to add support for GraphQL multipart ... If you come across bugs with the toolkit or have feature...
Read more >insomnia file upload graphql
Note: When using typeDefs, Apollo Server adds scalar Upload to your schema, ... 2 Feature Request Currently it's possible to upload files to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Heads-up that Altair has supported file uploads for a while now, so if you are desperate for a nice GUI give it a go. It might be a source of inspiration for the implementation here…
love and need this feature