Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

PageInfo Object

Information about pagination in a connection.

The fields in this section list which values can be retrieved when querying PageInfo records.

endCursor ( String )

When paginating forwards, the cursor to continue.

hasNextPage ( Boolean! )

When paginating forwards, are there more items?

hasPreviousPage ( Boolean! )

When paginating backwards, are there more items?

startCursor ( String )

When paginating backwards, the cursor to continue.