UploadVideoInput
Video upload specification with language and location information
input UploadVideoInput {
language: String
uri: String!
}
Fields
UploadVideoInput.language
● String
scalar
Language code for the video content.
Specifies the language context for the video, used for localization and content organization. Must be a valid 2-character language code (e.g., 'EN', 'DE', 'FR').
UploadVideoInput.uri
● String!
non-null scalar
URL or URI pointing to the video content.
Can be a direct link to a video file, or a URL from supported video platforms like YouTube or Vimeo. The URL must be publicly accessible and return valid video content.
Member Of
MediaVideoInput
input ● UpdateMediaVideoInput
input