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

# PageInfo

Informações sobre paginação em uma conexão.

<table>
  <thead>
    <tr>
      <td><strong>CAMPO: OBJETO</strong></td>
      <td><strong>DESCRIÇÃO</strong></td>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>endCursor: <b>String</b></td>
      <td>Cursor indicando a paginação</td>
    </tr>

    <tr>
      <td>hasNextPage: <b>Boolean</b></td>
      <td>Possui próxima página</td>
    </tr>

    <tr>
      <td>hasPreviousPage: <b>Boolean</b></td>
      <td>Possui página anterior</td>
    </tr>
  </tbody>
</table>
