INPUT_OBJECT

NotifyA2VUploadInput

Autogenerated input type of NotifyA2VUpload

link GraphQL Schema definition

  • input NotifyA2VUploadInput {
  • # 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_key: String
  • # artwork path for the file if the file is an artwork
  • artwork_path: String
  • # audio path for the file if the file is audio
  • audio_path: String
  • # Audio to video error.
  • a2v_error: String
  • # The title of the Audio to video upload.
  • title: String
  • }