tstor/graphql/mutation.graphql
royalcat 199a82ff0c
All checks were successful
docker / build-docker (linux/amd64) (push) Successful in 2m16s
docker / build-docker (linux/arm64) (push) Successful in 2m14s
torrent priority and piece state fix
2024-07-07 23:09:13 +03:00

10 lines
167 B
GraphQL

type Mutation {
torrentDaemon: TorrentDaemonMutation @resolver
uploadFile(dir: String!, file: Upload!): Boolean!
dedupeStorage: Int!
}
type Task {
id: ID!
}