@zeepkist/graphql
    Preparing search index...

    Interface VoteVariancePopulationAggregates

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

    Properties

    id: any

    Population variance of id across the matching connection

    userId: any

    Population variance of userId across the matching connection

    levelId: any

    Population variance of levelId across the matching connection

    value: any

    Population variance of value across the matching connection

    __typename: "VoteVariancePopulationAggregates"