@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoryAverageAggregatesGenqlSelection

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

    Properties

    id?: number | boolean

    Mean average of id across the matching connection

    userId?: number | boolean

    Mean average of userId across the matching connection

    points?: number | boolean

    Mean average of points across the matching connection

    totalPoints?: number | boolean

    Mean average of totalPoints across the matching connection

    rank?: number | boolean

    Mean average of rank across the matching connection

    worldRecords?: number | boolean

    Mean average of worldRecords across the matching connection

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