This ticket is for tracking the status of pagination.
For
export
pagination is completely absent as well. Do we want to wait until - if even at all - some way to get all events with one query is available? Otherwise I could work on that as well.
I'm not sure getting all entries in a single query is desirable. GraphQL queries are limited in execution time, and multiple small-ish requests are easier to rate-limit than one mega request.