> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/page-info.md).

# PageInfo

### Fields

#### endCursor ([String](/graphql-api/api-reference/objects/string.md))

When paginating forwards, the cursor to continue.

#### hasNextPage ([Boolean](/graphql-api/api-reference/objects/boolean.md)!)

When paginating forwards, are there more items?

#### hasPreviousPage ([Boolean](/graphql-api/api-reference/objects/boolean.md)!)

When paginating backwards, are there more items?

#### startCursor ([String](/graphql-api/api-reference/objects/string.md))

When paginating backwards, the cursor to continue.
