parent
109bbb202d
commit
ee2fc5ab9d
8 changed files with 459 additions and 12 deletions
graphql/sources
|
@ -1,8 +1,14 @@
|
|||
type QBitTorrentDaemonMutation {
|
||||
cleanup(run: Boolean!): QBitCleanupResponse! @resolver
|
||||
cleanupUnregistred(run: Boolean!): QBitCleanupUnregistredResponse! @resolver
|
||||
}
|
||||
|
||||
type QBitCleanupResponse {
|
||||
count: Int!
|
||||
hashes: [String!]!
|
||||
}
|
||||
|
||||
type QBitCleanupUnregistredResponse {
|
||||
count: Int!
|
||||
hashes: [String!]!
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue