OBJECT

YoutubeDataPoint

The analytics for a youtube video on a given date

link GraphQL Schema definition

  • type YoutubeDataPoint {
  • date: DateTime!
  • likes: Int!
  • shares: Int!
  • subscriptions_driven: Int!
  • views: Int!
  • }