OBJECT
YoutubeTopVideo
A Youtube video returned from the top videos api call
link GraphQL Schema definition
- type YoutubeTopVideo {
- # Category ID for a video
- Int! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Channel ID of a user a video is created to
- ID @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Mapping Media ID that is existing on the platform for a user
- ID @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Custom ID for YoutubeTopVideo VideoID_ArtistID
- ID! :
- # Thumbnail URL for a video
- String! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Title of YouTube Video
- String! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Youtube Video ID
- ID! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Number of views for a video
- Int! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- }