parent
a89b9e7303
commit
832f5b9710
33 changed files with 900 additions and 1086 deletions
graphql
|
@ -1,8 +1,3 @@
|
|||
type Subscription {
|
||||
taskProgress(taskID: ID!): Progress
|
||||
}
|
||||
|
||||
interface Progress {
|
||||
current: Int!
|
||||
total: Int!
|
||||
}
|
||||
|
|
|
@ -27,9 +27,9 @@ type ResolverFS implements Dir & FsEntry {
|
|||
entries: [FsEntry!]! @resolver
|
||||
}
|
||||
|
||||
type ArchiveFS implements Dir & FsEntry {
|
||||
name: String!
|
||||
entries: [FsEntry!]! @resolver
|
||||
# type ArchiveFS implements Dir & FsEntry {
|
||||
# name: String!
|
||||
# entries: [FsEntry!]! @resolver
|
||||
|
||||
size: Int!
|
||||
}
|
||||
# size: Int!
|
||||
# }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue