DefaultGraphQLConnectionEdge
Type Alias: DefaultGraphQLConnectionEdge<NodeType>
DefaultGraphQLConnectionEdge<
NodeType> =object
Defined in: src/utilities/graphqlConnection/types.ts:39
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/graphqlConnection/types.ts:40
node
node:
NodeType
Defined in: src/utilities/graphqlConnection/types.ts:41