@zeepkist/graphql
    Preparing search index...

    Interface RecordVarianceSampleAggregatesGenqlSelection

    interface RecordVarianceSampleAggregatesGenqlSelection {
        id?: number | boolean;
        userId?: number | boolean;
        time?: number | boolean;
        levelId?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Sample variance of id across the matching connection

    userId?: number | boolean

    Sample variance of userId across the matching connection

    time?: number | boolean

    Sample variance of time across the matching connection

    levelId?: number | boolean

    Sample variance of levelId across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean