Skip to main content

DefaultGraphQLConnectionPageInfo

API Docs


Type Alias: DefaultGraphQLConnectionPageInfo

DefaultGraphQLConnectionPageInfo = object

Defined in: src/utilities/graphqlConnection/types.ts:47

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/graphqlConnection/types.ts:48


hasNextPage

hasNextPage: boolean

Defined in: src/utilities/graphqlConnection/types.ts:49


hasPreviousPage

hasPreviousPage: boolean

Defined in: src/utilities/graphqlConnection/types.ts:50


startCursor

startCursor: string | null

Defined in: src/utilities/graphqlConnection/types.ts:51