GraphQL: missing field eventCount
to correctly paginate with limit: X, offset: Y
#125
denisyilmaz
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
Thanks for your feedback, @denisyilmaz. We've added this to our Feature Requests list and will likely address it in an upcoming update. 🙂 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using solspace within GraphQL i cant paginate correctly as i dont get information about available pages.
For built in element types there is a field called
entryCount
/categoryCount
etc which returns the total number of entries and so on based onQueryArguments
It would be great if this field could be implemented. The field should also honor
loadOccurencies
as well so we can differ for different situations where we load all events or only the "base" events.Beta Was this translation helpful? Give feedback.
All reactions