Skip to main content

ExternalMedia

No description

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

Fields#

url (String!)#

url is the URL of a YouTube video.

extension (String!)#

extension is the file extension

width (Int)#

width is the width of the YouTube video in pixels.

height (Int)#

height is the height of the YouTube video in pixels.