Skip to main content

YouTubeMedia

YouTubeMedia is a specific YouTube video.

type YouTubeMedia {  url: String!  still: String!  title: String  width: Int  height: Int}

Fields#

url (String!)#

url is the URL of a YouTube video.

still (String!)#

still is the thumbnail of the YouTube video.

title (String)#

title is the title of the YouTube video.

width (Int)#

width is the width of the YouTube video in pixels.

height (Int)#

height is the height of the YouTube video in pixels.