Left Curve Software Stack
    Preparing search index...

    Type Alias GraphqlQueryResult<T>

    type GraphqlQueryResult<T> = {
        edge: { cursor: string; node: T }[];
        nodes: T[];
        pageInfo: PageInfo;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    edge: { cursor: string; node: T }[]
    nodes: T[]
    pageInfo: PageInfo