tstor/graphql/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

6 lines
150 B
GraphQL

type Query {
torrentDaemon: TorrentDaemonQuery @resolver
qbittorrentDaemon: QBitTorrentDaemonQuery @resolver
fsEntry(path: String!): FsEntry
}