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