tstor/graphql/query.graphql
royalcat 1d29ada4ad
Some checks failed
docker / build-docker (push) Has been cancelled
rename
2025-01-08 00:50:31 +03:00

5 lines
104 B
GraphQL

type Query {
qbitTorrentDaemon: QBitTorrentDaemonQuery @resolver
fsEntry(path: String!): FsEntry
}