tstor/graphql/query.graphql
2025-01-08 00:50:31 +03:00

5 lines
104 B
GraphQL

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