Information about pagination in a connection.

Hierarchy

  • PageInfo

Properties

__typename?: "PageInfo"
endCursor?: Maybe<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?: Maybe<string>

When paginating backwards, the cursor to continue.

Generated using TypeDoc