2025-05-12 changelogs
GraphQL changes
- Field PageInfo.endCursor description changed from
Cursor to the last item @exposed
toThe cursor for the end of the page.
- Field PageInfo.hasNextPage description changed from
Whether there are more items after the current set. @exposed
toIndicates if there are more pages of results.
- Field PageInfo.hasPreviousPage description changed from
Whether there are more items before the current set. @exposed
toIndicates if there are previous pages of results.