5 lines
96 B
GraphQL
5 lines
96 B
GraphQL
type Query {
|
|
torrentDaemon: TorrentDaemonQuery @resolver
|
|
|
|
fsEntry(path: String!): FsEntry
|
|
}
|