# PageInfo

| Field           | Type    | Description                           |
| --------------- | ------- | ------------------------------------- |
| endCursor       | String  | Refers the current page               |
| hasNextPage     | Boolean | indicates if there is a next page     |
| startCursor     | String  | Refers the first page                 |
| hasPreviousPage | Boolean | indicates if there is a previous page |
