@deep/nest-kit
    Preparing search index...

    Interface ICursorPaginated<T>

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

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    edges: IEdge<T>[]

    The list of edges

    The pagination info