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 {
- : String @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- # List of youtube top videos for the current user
- : [YoutubeTopVideo!] @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- }