4 lines
67 B
GraphQL
4 lines
67 B
GraphQL
|
type QBitTorrentDaemonQuery {
|
||
|
torrents: [QTorrent!]! @resolver
|
||
|
}
|