INPUT_OBJECT
NotifyMediaUploadInput
Autogenerated input type of NotifyMediaUpload
link GraphQL Schema definition
- input NotifyMediaUploadInput {
- # 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
- # The media upload's upload key.
- : String
- # The media upload's thumbnail key.
- : String
- # The media upload's media key.
- : String
- # Error generating thumbnail.
- : String
- # The duration of the media.
- : Float
- # File size of the media
- : BigInt
- # Width of the video.
- : Int
- # Height of the video.
- : Int
- }