Skip to main content
Version: Beta

2025-05-12 changelogs

GraphQL changes

  • Field PageInfo.endCursor description changed from Cursor to the last item @exposed to The cursor for the end of the page.
  • Field PageInfo.hasNextPage description changed from Whether there are more items after the current set. @exposed to Indicates if there are more pages of results.
  • Field PageInfo.hasPreviousPage description changed from Whether there are more items before the current set. @exposed to Indicates if there are previous pages of results.