@zeepkist/graphql
    Preparing search index...

    Interface VoteStddevPopulationAggregates

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

    Properties

    id: any

    Population standard deviation of id across the matching connection

    userId: any

    Population standard deviation of userId across the matching connection

    levelId: any

    Population standard deviation of levelId across the matching connection

    value: any

    Population standard deviation of value across the matching connection

    __typename: "VoteStddevPopulationAggregates"