@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias QueryResult<T>

    The query result.

    type QueryResult<T = AnyQueryResultItem> = {
        items: T[];
        pageInfo?: { endCursor: string; hasNextPage: boolean };
    }

    Type Parameters

    Index

    Properties

    Properties

    items: T[]
    pageInfo?: { endCursor: string; hasNextPage: boolean }