Video
A video file, including metadata, dimensions, and platform-specific IDs.
Type Definition
type Video {
id: Int
thumb: String
url: String
title: String
description: String
tags: [String]
aiProcessed: Boolean
width: Int
height: Int
aspectRatio: String
mimeType: String
fileExtension: String
fileSize: Int
orientation: String
duration: Int
definition: String
youtubeId: String
vimeoId: String
sortOrder: Int
type: String
}Fields
Relationships
The Video type is used by the Product type as the featuredVideo field, allowing products to have an associated featured video with complete metadata, dimensions, and platform-specific identifiers.
Example
{
id
thumb
url
title
description
tags
aiProcessed
width
height
aspectRatio
mimeType
fileExtension
fileSize
orientation
duration
definition
youtubeId
vimeoId
sortOrder
type
}Implements
This type does not implement any interfaces.
Related Types
- String