@zeepkist/graphql
    Preparing search index...

    Interface UserPointStddevSampleAggregates

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

    Properties

    id: any

    Sample standard deviation of id across the matching connection

    userId: any

    Sample standard deviation of userId across the matching connection

    points: any

    Sample standard deviation of points across the matching connection

    rank: any

    Sample standard deviation of rank across the matching connection

    worldRecords: any

    Sample standard deviation of worldRecords across the matching connection

    totalPoints: any

    Sample standard deviation of totalPoints across the matching connection

    __typename: "UserPointStddevSampleAggregates"