cayleygraph/web

Write tab should allow uploading a file

Closed this issue · 1 comments

The only way to write data in the new UI is the editor, which is a regression from the old UI.

Note that old UI used a Write API v1, which accepts only multipart requests. The new UI should use Write API v2 instead.

iddan commented

Done :)