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

    Interface IEdge<T>

    The edge type for cursor pagination

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    cursor: string

    The cursor for the item

    node: T

    The item