Skip to content

Commit

Permalink
💥 Update query to changes in Ackee v3.1.1's GraphQL API
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Jul 3, 2021
1 parent 33707f3 commit aa8d547
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,12 @@ class Ackee {
id
title
facts {
averageViews
averageDuration
averageViews {
count
}
averageDuration {
count
}
viewsMonth
viewsYear
viewsToday
Expand Down

0 comments on commit aa8d547

Please sign in to comment.