INPUT_OBJECT
PresignedUrlInput
Autogenerated input type of PresignedUrl
link GraphQL Schema definition
- input PresignedUrlInput {
- # A unique identifier for the client performing the mutation.
- : String
- # skip saving the presigned urls on files
- : Boolean
- # An array of FileUploadObjects.
- : [FileUploadObject!]!
- # The upload type.
- : UploadType!
- }