> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: PageInfo

[index](.././index).PageInfo

Base interface for paginated responses from The Graph

## Table of contents

### Properties

* [hasNextPage](#hasnextpage)
* [hasPreviousPage](#haspreviouspage)
* [startCursor](#startcursor)
* [endCursor](#endcursor)

## Properties

### hasNextPage

• **hasNextPage**: `boolean`

### hasPreviousPage

• **hasPreviousPage**: `boolean`

### startCursor

• `Optional` **startCursor**: `string`

### endCursor

• `Optional` **endCursor**: `string`
