tstor/graphql/sources/qbittorrent_query.graphql

4 lines
67 B
GraphQL
Raw Normal View History

2024-10-19 01:24:14 +00:00
type QBitTorrentDaemonQuery {
torrents: [QTorrent!]! @resolver
}