Reference: Pagination

PageInfo

Information to aid in pagination inside a connection field.

FieldTypeDescription
hasNextPageBoolean!When paginating forwards, are there more items?
hasPreviousPageBoolean!When paginating backwards, are there more items?
startCursorStringWhen paginating backwards, the cursor to continue.
endCursorStringWhen paginating forwards, the cursor to continue.