small refactor*
This commit is contained in:
parent
b6b541e050
commit
24a4d30275
232 changed files with 2164 additions and 1906 deletions
graphql
|
@ -1,5 +1,9 @@
|
|||
type Query {
|
||||
qbitTorrentDaemon: QBitTorrentDaemonQuery @resolver
|
||||
|
||||
plugins: [Plugin!]!
|
||||
fsEntry(path: String!): FsEntry
|
||||
}
|
||||
|
||||
type Plugin {
|
||||
name: String!
|
||||
endpountSubPath: String
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
directive @oneOf on INPUT_OBJECT | FIELD_DEFINITION
|
||||
# directive @oneOf on INPUT_OBJECT | FIELD_DEFINITION
|
||||
directive @resolver on INPUT_FIELD_DEFINITION | FIELD_DEFINITION
|
||||
|
||||
directive @stream on FIELD_DEFINITION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue