tstor/graphql/mutation.graphql
2024-11-15 16:39:56 +03:00

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!
}