Skip to main content

YouTubeMedia

YouTubeMedia is a specific YouTube video.

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

Fields

YouTubeMedia.url ● String! non-null scalar

url is the URL of a YouTube video.

YouTubeMedia.still ● String! non-null scalar

still is the thumbnail of the YouTube video.

YouTubeMedia.title ● String scalar

title is the title of the YouTube video.

YouTubeMedia.width ● Int scalar

width is the width of the YouTube video in pixels.

YouTubeMedia.height ● Int scalar

height is the height of the YouTube video in pixels.

Implemented By

CommentMedia union