Interface ICursorPaginated<T>

interface ICursorPaginated<T> {
    edges: IEdge<T>[];
    pageInfo: CursorPaginationPageInfo;
}

Type Parameters

  • T

Hierarchy (View Summary)

Properties

Properties

edges: IEdge<T>[]

The list of edges

The pagination info