Skip to main content

DefaultGraphQLConnectionEdge

API Docs


Type Alias: DefaultGraphQLConnectionEdge<NodeType>

DefaultGraphQLConnectionEdge<NodeType> = object

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

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

Type Parameters

NodeType

NodeType

Properties

cursor

cursor: string

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


node

node: NodeType

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