-
Notifications
You must be signed in to change notification settings - Fork 183
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
GraphQL: missing upload evidence feature #230
Comments
Hey @inode-, you're not missing anything. GraphQL has no support for files because it's all JSON, so file uploads really need a REST endpoint. To avoid anyone trying to use an I'm working on REST endpoints for inserting/creating and updating evidence files and other files. For now, you can upload your file via the web GUI and then manage it via the GraphQL API. |
This issue has been labeled as |
This issue is closed because it has been inactive for 14 days since being labeled |
This issue is closed but tracked on the road map. We also have a dev branch with this feature implemented for an upcoming release. |
This issue has been labeled as |
Maybe I'm wrong, but I was unable to find a way to upload evidence via graphql.
Using the "insert_evidence" mutation in possible to add an entry of evidence but it's not possible to upload the files.
The text was updated successfully, but these errors were encountered: