OBJECT
ListAllUploadRecordsReply
Description
List of all the upload records.
link GraphQL Schema definition
- type ListAllUploadRecordsReply {
- # List of active uploads.
- : [ActiveUpload!]!
- # List of completed uploads.
- : [CompletedUpload!]!
- # Flag to show the list or not.
- : Boolean!
- }