dht store and stats query
This commit is contained in:
parent
93892a6f1d
commit
d5aa78cb39
13 changed files with 1114 additions and 74 deletions
graphql/sources
|
@ -1,5 +1,6 @@
|
|||
type TorrentDaemonQuery {
|
||||
torrents(filter: TorrentsFilter): [Torrent!]! @resolver
|
||||
stats: TorrentStats! @resolver
|
||||
}
|
||||
|
||||
input TorrentsFilter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue