11 lines
224 B
GraphQL
11 lines
224 B
GraphQL
type Mutation {
|
|
torrentDaemon: TorrentDaemonMutation @resolver
|
|
qbitTorrentDaemon: QBitTorrentDaemonMutation @resolver
|
|
|
|
uploadFile(dir: String!, file: Upload!): Boolean!
|
|
dedupeStorage: Int!
|
|
}
|
|
|
|
type Task {
|
|
id: ID!
|
|
}
|