tstor/graphql/query.graphql

5 lines
96 B
GraphQL

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