Pagination information of a list of metaobjects.
Fields
hasNextPage ● Boolean!non-null
Whether there is another page of data available after the current page.
  • true: There is another page of data.
  • false: There is no more data. The current page is the last page.
endCursor ● String
The cursor of the last item in the edge list.
hasPreviousPage ● Boolean!non-null
Whether there is a previous page of data available before the current page.
  • true: There is a previous page of data.
  • false: There is no previous page. The current page is the first page.
startCursor ● String
The cursor of the first item in the edge list.
Map
MetaobjectPageInfo
Was this article helpful to you?