PageInfo OBJECT

Information about pagination in a connection.

Fields

endCursorString

When paginating forwards, the cursor to continue.

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

When paginating backwards, the cursor to continue.