You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't have user ID information in the database
Database work to store user IDs needs to be completed before this query can be implemented
Implementation Details
The new query should be named eventCountsByUserId
It should return EventCounts with the most frequent user IDs
For implementation guidance, refer to existing graphql::event::event_counts_by_* functions
Additional Notes
This issue was previously tracked in the @petabi organization, but is now being handled in the aicers/review-web repository as it's responsible for the GraphQL API
The text was updated successfully, but these errors were encountered:
We need to implement a new query
eventCountsByUserId
in our GraphQL API to returnEventCounts
containing the most frequent user IDs in the events.Background
Implementation Details
eventCountsByUserId
EventCounts
with the most frequent user IDsgraphql::event::event_counts_by_*
functionsAdditional Notes
The text was updated successfully, but these errors were encountered: