Update mutation to expect arrays
This commit is contained in:
parent
f5416cd218
commit
786f6cb41f
@ -18,5 +18,5 @@ type Query {
|
||||
|
||||
type Mutation {
|
||||
singleUpload (file: Upload!): File!
|
||||
multiUpload (files: [Upload!]): [File!]
|
||||
multiUpload (files: [Upload!]!): [File!]!
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user