nestjs-backend-common
    Preparing search index...

    Interface Connection<TEdge>

    interface Connection<TEdge> {
        edges: TEdge[];
        pageInfo: PageInfo;
    }

    Type Parameters

    • TEdge
    Index

    Properties

    Properties

    edges: TEdge[]

    A list of edges in the connection

    pageInfo: PageInfo

    Information about the current page of results