OBJECT
SafeFacebookTopVideos
A collection of Facebook videos returned from the top videos api call and an error if any
link GraphQL Schema definition
- type SafeFacebookTopVideos {
- : String @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- # List of facebook top videos for the current user
- : [FacebookTopVideo!] @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- }