Skip to main content

ReleaseVideo Object

Description

Video content associated with a release item.

Declaration

type ReleaseVideo {
duration: Int
title: String
uri: String
}

Fields

NameTypeDescription
durationIntDuration of the video in seconds.
titleStringTitle of the video.
uriStringURI to access the video content.