nestjs-backend-common
    Preparing search index...

    Interface Edge<TNode>

    interface Edge<TNode> {
        cursor: string;
        node: TNode;
    }

    Type Parameters

    • TNode
    Index

    Properties

    Properties

    cursor: string

    An opaque cursor for pagination

    node: TNode

    The item at the end of the edge