type Mutation {
  torrentDaemon: TorrentDaemonMutation @resolver

  uploadFile(dir: String!, file: Upload!): Boolean!
  dedupeStorage: Int!
}

type Task {
  id: ID!
}