@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumStddevSampleAggregatesGenqlSelection

    interface LevelMetadatumStddevSampleAggregatesGenqlSelection {
        id?: number | boolean;
        levelId?: number | boolean;
        amountCheckpoints?: number | boolean;
        amountFinishes?: number | boolean;
        amountBlocks?: number | boolean;
        typeGround?: number | boolean;
        typeSkybox?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Sample standard deviation of id across the matching connection

    levelId?: number | boolean

    Sample standard deviation of levelId across the matching connection

    amountCheckpoints?: number | boolean

    Sample standard deviation of amountCheckpoints across the matching connection

    amountFinishes?: number | boolean

    Sample standard deviation of amountFinishes across the matching connection

    amountBlocks?: number | boolean

    Sample standard deviation of amountBlocks across the matching connection

    typeGround?: number | boolean

    Sample standard deviation of typeGround across the matching connection

    typeSkybox?: number | boolean

    Sample standard deviation of typeSkybox across the matching connection

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