Files
reiverr/src/lib/queries/get-downloading.query.graphql
Aleksi Lassila e04a054999 Initial commit
2023-06-13 13:08:28 +03:00

19 lines
236 B
GraphQL

query getDownloading {
searching: getSearchingMedias {
id
title
resourceId
resourceType
}
downloading: getDownloadingMedias {
id
title
tag
quality
torrent
resourceId
resourceType
}
}