GraphQL API
Organization API
Organization / Types/ object

PageInfo

Information about pagination using a Relay style cursor connection.

Fields

4 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.