Anchor to PageInfoPage
objectPage Info
Returns information about pagination in a connection, in accordance with the Relay specification. For more information, please read our GraphQL Pagination Usage Guide.
Anchor to FieldsFields
- Anchor to endCursorend•String
Cursor The cursor corresponding to the last node in edges.
- Anchor to hasNextPagehas•Boolean!non-null
Next Page Whether there are more pages to fetch following the current page.
- Anchor to hasPreviousPagehas•Boolean!non-null
Previous Page Whether there are any pages prior to the current page.
- Anchor to startCursorstart•String
Cursor The cursor corresponding to the first node in edges.
Was this section helpful?