parent
63e63c1c37
commit
aa0affb019
30 changed files with 1338 additions and 242 deletions
ui/lib/api
|
@ -56,8 +56,17 @@ interface Progress {
|
|||
current: Int!
|
||||
total: Int!
|
||||
}
|
||||
type QBitTorrentDaemonQuery {
|
||||
torrents: [QTorrent!]! @resolver
|
||||
}
|
||||
type QTorrent {
|
||||
name: String!
|
||||
hash: String!
|
||||
sourceFiles: [String!]! @resolver
|
||||
}
|
||||
type Query {
|
||||
torrentDaemon: TorrentDaemonQuery @resolver
|
||||
qbittorrentDaemon: QBitTorrentDaemonQuery @resolver
|
||||
fsEntry(path: String!): FsEntry
|
||||
}
|
||||
type ResolverFS implements Dir & FsEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue