torrent source filter
This commit is contained in:
parent
ee2fc5ab9d
commit
92bb67959b
6 changed files with 139 additions and 9 deletions
graphql/sources
|
@ -1,3 +1,7 @@
|
|||
type QBitTorrentDaemonQuery {
|
||||
torrents: [QTorrent!]! @resolver
|
||||
torrents(filter: QBitTorrentDaemonFilter): [QTorrent!]! @resolver
|
||||
}
|
||||
|
||||
input QBitTorrentDaemonFilter {
|
||||
sourcesCount: IntFilter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue