INPUT_OBJECT
NotifyA2VUploadInput
Autogenerated input type of NotifyA2VUpload
link GraphQL Schema definition
- input NotifyA2VUploadInput {
- # A unique identifier for the client performing the mutation.
- : 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.
- : Boolean
- # Upload key for the file
- : String
- # artwork path for the file if the file is an artwork
- : String
- # audio path for the file if the file is audio
- : String
- # Audio to video error.
- : String
- # The title of the Audio to video upload.
- : String
- }