tstor/graphql/mutation.graphql

11 lines
167 B
GraphQL
Raw Normal View History

2024-01-28 20:22:49 +00:00
type Mutation {
2024-07-07 20:09:13 +00:00
torrentDaemon: TorrentDaemonMutation @resolver
2024-05-14 21:40:38 +00:00
uploadFile(dir: String!, file: Upload!): Boolean!
2024-03-28 13:09:42 +00:00
dedupeStorage: Int!
2024-01-28 20:22:49 +00:00
}
2024-03-17 21:00:34 +00:00
type Task {
2024-03-28 13:09:42 +00:00
id: ID!
}