get_citizens

@mount("citizens.get_citizens") query get_citizens(page_cursor: text): paged_result

Retrieves a paginated list of citizens. The query is used to fetch and navigate through a large list of citizens in the paginated format.

Return

A paginated response containing a list of citizens and the updated cursor for the next page.

Parameters

page_cursor
  • A cursor string representing the starting point for pagination.