parent
63e63c1c37
commit
aa0affb019
30 changed files with 1338 additions and 242 deletions
graphql/sources
3
graphql/sources/qbittorrent_query.graphql
Normal file
3
graphql/sources/qbittorrent_query.graphql
Normal file
|
@ -0,0 +1,3 @@
|
|||
type QBitTorrentDaemonQuery {
|
||||
torrents: [QTorrent!]! @resolver
|
||||
}
|
5
graphql/sources/qbittorrent_types.graphql
Normal file
5
graphql/sources/qbittorrent_types.graphql
Normal file
|
@ -0,0 +1,5 @@
|
|||
type QTorrent {
|
||||
name: String!
|
||||
hash: String!
|
||||
sourceFiles: [String!]! @resolver
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue