@zeepkist/graphql
    Preparing search index...

    Interface UserPointAverageAggregates

    interface UserPointAverageAggregates {
        id: any;
        userId: any;
        points: any;
        rank: any;
        worldRecords: any;
        totalPoints: any;
        __typename: "UserPointAverageAggregates";
    }
    Index

    Properties

    id: any

    Mean average of id across the matching connection

    userId: any

    Mean average of userId across the matching connection

    points: any

    Mean average of points across the matching connection

    rank: any

    Mean average of rank across the matching connection

    worldRecords: any

    Mean average of worldRecords across the matching connection

    totalPoints: any

    Mean average of totalPoints across the matching connection

    __typename: "UserPointAverageAggregates"