rework
This commit is contained in:
parent
e62df2e9fc
commit
1912b5baf0
39 changed files with 8489 additions and 476 deletions
plugins/qbittorrent/graphql
14
plugins/qbittorrent/graphql/mutation.graphql
Normal file
14
plugins/qbittorrent/graphql/mutation.graphql
Normal file
|
@ -0,0 +1,14 @@
|
|||
type Mutation {
|
||||
cleanup(run: Boolean!): CleanupResponse! @resolver
|
||||
cleanupUnregistred(run: Boolean!): CleanupUnregistredResponse! @resolver
|
||||
}
|
||||
|
||||
type CleanupResponse {
|
||||
count: Int!
|
||||
hashes: [String!]!
|
||||
}
|
||||
|
||||
type CleanupUnregistredResponse {
|
||||
count: Int!
|
||||
hashes: [String!]!
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue