tstor/graphql/sources/qbittorrent_mutation.graphql
2024-11-24 20:33:44 +03:00

8 lines
157 B
GraphQL

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