tstor/graphql/sources/qbittorrent_mutation.graphql

9 lines
160 B
GraphQL
Raw Normal View History

2024-11-15 13:39:56 +00:00
type QBitTorrentDaemonMutation {
cleanup(dryRun: Boolean!): QBitCleanupResponse! @resolver
}
type QBitCleanupResponse {
count: Int!
hashes: [String!]!
}