# PageInfo

### Fields

#### endCursor ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

When paginating forwards, the cursor to continue.

#### hasNextPage ([Boolean](https://developer.firmhouse.com/graphql-api/api-reference/objects/boolean)!)

When paginating forwards, are there more items?

#### hasPreviousPage ([Boolean](https://developer.firmhouse.com/graphql-api/api-reference/objects/boolean)!)

When paginating backwards, are there more items?

#### startCursor ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

When paginating backwards, the cursor to continue.
