@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoryDistinctCountAggregatesGenqlSelection

    interface UserPointsHistoryDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        userId?: number | boolean;
        points?: number | boolean;
        totalPoints?: number | boolean;
        rank?: number | boolean;
        worldRecords?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Distinct count of id across the matching connection

    userId?: number | boolean

    Distinct count of userId across the matching connection

    points?: number | boolean

    Distinct count of points across the matching connection

    totalPoints?: number | boolean

    Distinct count of totalPoints across the matching connection

    rank?: number | boolean

    Distinct count of rank across the matching connection

    worldRecords?: number | boolean

    Distinct count of worldRecords across the matching connection

    dateCreated?: number | boolean

    Distinct count of dateCreated across the matching connection

    dateUpdated?: number | boolean

    Distinct count of dateUpdated across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean