INPUT_OBJECT

NotifyUploadCompleteInput

Autogenerated input type of NotifyUploadComplete

link GraphQL Schema definition

  • input NotifyUploadCompleteInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # Run the mutation with no side effects in validate-only mode. When true, the
  • # inputs will be validated and errors will be returned, but the mutation will not
  • # perform any actions.
  • skip_save: Boolean
  • # Upload key for the file upload
  • upload_key: String!
  • # Amazon S3 key.
  • s3_key: String
  • # The upload type.
  • type: UploadType!
  • # size of the file upload
  • file_size: BigInt
  • # name of the file
  • file_name: String
  • # The external URL of the upload.
  • external_url: String
  • # The upload's content type.
  • content_type: String
  • }