INPUT_OBJECT

PresignedUrlInput

Autogenerated input type of PresignedUrl

link GraphQL Schema definition

  • input PresignedUrlInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # skip saving the presigned urls on files
  • skip_save: Boolean
  • # An array of FileUploadObjects.
  • files: [FileUploadObject!]!
  • # The upload type.
  • type: UploadType!
  • }