OBJECT

VevoYoutubeVideo

A Vevo Youtube Video

link GraphQL Schema definition

  • type VevoYoutubeVideo {
  • id: ID!
  • # Vevo Video ID maps to YouTube
  • video_id: String! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # Video Title for Vevo
  • video_title: String! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • }