tstor/graphql/sources/qbittorrent_mutation.graphql

9 lines
157 B
GraphQL
Raw Normal View History

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