Skip to main content

ExternalMedia

No description

type ExternalMedia {
url: String!
extension: String!
width: Int
height: Int
}

Fields

ExternalMedia.url ● String! non-null scalar

url is the URL of a YouTube video.

ExternalMedia.extension ● String! non-null scalar

extension is the file extension

ExternalMedia.width ● Int scalar

width is the width of the YouTube video in pixels.

ExternalMedia.height ● Int scalar

height is the height of the YouTube video in pixels.

Implemented By

CommentMedia union