INPUT_OBJECT

NotifyMediaUploadInput

Autogenerated input type of NotifyMediaUpload

link GraphQL Schema definition

  • input NotifyMediaUploadInput {
  • # 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
  • # The media upload's upload key.
  • upload_key: String
  • # The media upload's thumbnail key.
  • thumbnail_key: String
  • # The media upload's media key.
  • media_key: String
  • # Error generating thumbnail.
  • thumbnail_error: String
  • # The duration of the media.
  • duration: Float
  • # File size of the media
  • file_size: BigInt
  • # Width of the video.
  • width: Int
  • # Height of the video.
  • height: Int
  • }