tstor/graphql/sources/qbittorrent_mutation.graphql
royalcat 585f317478
Some checks failed
docker / build-docker (push) Failing after 34s
daemons separation
2024-11-24 20:32:26 +03:00

8 lines
157 B
GraphQL

type QBitTorrentDaemonMutation {
cleanup(run: Boolean!): QBitCleanupResponse! @resolver
}
type QBitCleanupResponse {
count: Int!
hashes: [String!]!
}