OBJECT

SafeYoutubeTopVideos

A collection of Youtube videos returned from the top videos api call and an error if any

link GraphQL Schema definition

  • type SafeYoutubeTopVideos {
  • error_message: String @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • # List of youtube top videos for the current user
  • videos: [YoutubeTopVideo!] @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • }