@zeepkist/graphql
    Preparing search index...

    Interface VoteStddevSampleAggregates

    interface VoteStddevSampleAggregates {
        id: any;
        userId: any;
        levelId: any;
        value: any;
        __typename: "VoteStddevSampleAggregates";
    }
    Index

    Properties

    id: any

    Sample standard deviation of id across the matching connection

    userId: any

    Sample standard deviation of userId across the matching connection

    levelId: any

    Sample standard deviation of levelId across the matching connection

    value: any

    Sample standard deviation of value across the matching connection

    __typename: "VoteStddevSampleAggregates"