upload file
This commit is contained in:
parent
974814c281
commit
fa1fdcfc63
5 changed files with 155 additions and 1 deletions
|
@ -2,6 +2,7 @@ type Mutation {
|
|||
validateTorrents(filter: TorrentFilter!): Boolean!
|
||||
cleanupTorrents(files: Boolean, dryRun: Boolean!): CleanupResponse!
|
||||
downloadTorrent(infohash: String!, file: String): DownloadTorrentResponse
|
||||
uploadFile(dir: String!, file: Upload!): Boolean!
|
||||
dedupeStorage: Int!
|
||||
}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ directive @oneOf on INPUT_OBJECT | FIELD_DEFINITION
|
|||
directive @stream on FIELD_DEFINITION
|
||||
|
||||
scalar DateTime
|
||||
scalar Upload
|
||||
|
||||
type Schema {
|
||||
query: Query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue