Examples of file upload lists / lists of mutations
Does anyone have any decent real-world examples of upload handling for a file list? I'm adding support to a drag-and-drop aware component that calls a mutation that handles a series of steps to get the file out to s3 and registered in our backend. I haven't really found any great examples of using a mutation for each item in a list that involves multiple asynchronous steps and multiple states (uploading, retrying, failed, succeeded)
Thanks!
0 Replies