Interface IEdge<T>

The edge type for cursor pagination

interface IEdge<T> {
    cursor: string;
    node: T;
}

Type Parameters

  • T

Properties

Properties

cursor: string

The cursor for the item

node: T

The item