Skip to content

Commit

Permalink
Add missing EventChartType and EventListType to query #40
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious authored Jan 12, 2021
1 parent c484f88 commit c90a94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ query getEvents {
id
title
statistics {
chart(interval: DAILY) {
chart(interval: DAILY, type: TOTAL) {
id
count
}
list(sorting: TOP) {
list(sorting: TOP, type: TOTAL) {
id
count
}
Expand Down Expand Up @@ -357,4 +357,4 @@ mutation updateAction($id: ID!, $input: UpdateActionInput!) {
"value": null
}
}
```
```

0 comments on commit c90a94d

Please sign in to comment.