6 lines
150 B
GraphQL
6 lines
150 B
GraphQL
type Query {
|
|
torrentDaemon: TorrentDaemonQuery @resolver
|
|
qbittorrentDaemon: QBitTorrentDaemonQuery @resolver
|
|
|
|
fsEntry(path: String!): FsEntry
|
|
}
|