Skip to main content

DefaultGraphQLConnectionPageInfo

API Docs


Type Alias: DefaultGraphQLConnectionPageInfo

DefaultGraphQLConnectionPageInfo = object

Defined in: src/utilities/defaultGraphQLConnection.ts:197

This is typescript type of a base graphql connection page info object. This connection page info object can be extended to create a custom connnection page info object as long as the new connection object adheres to the default type of this base connection object.

Properties

endCursor

endCursor: string | null

Defined in: src/utilities/defaultGraphQLConnection.ts:198


hasNextPage

hasNextPage: boolean

Defined in: src/utilities/defaultGraphQLConnection.ts:199


hasPreviousPage

hasPreviousPage: boolean

Defined in: src/utilities/defaultGraphQLConnection.ts:200


startCursor

startCursor: string | null

Defined in: src/utilities/defaultGraphQLConnection.ts:201