OBJECT

SafeInstagramBusinessTopVideos

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

link GraphQL Schema definition

  • type SafeInstagramBusinessTopVideos {
  • error_message: String @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • videos: [InstagramBusinessTopVideo!] @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • }