tstor/graphql/sources/qbittorrent_mutation.graphql
2024-11-15 16:39:56 +03:00

8 lines
160 B
GraphQL

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