INPUT_OBJECT

CreateDirectUploadInput

Autogenerated input type of CreateDirectUpload

link GraphQL Schema definition

  • input CreateDirectUploadInput {
  • # Dossier ID
  • dossierId: ID!
  • # Original file name
  • filename: String!
  • # File size (bytes)
  • byteSize: Int!
  • # MD5 file checksum as base64
  • checksum: String!
  • # File content type
  • contentType: String!
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by