tstor/graphql/sources/qbittorrent_query.graphql
royalcat aa0affb019
Some checks failed
docker / build-docker (push) Failing after 31s
qbittorrent source files
2024-10-19 04:24:14 +03:00

3 lines
67 B
GraphQL

type QBitTorrentDaemonQuery {
torrents: [QTorrent!]! @resolver
}