@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumStddevSampleAggregates

    interface LevelMetadatumStddevSampleAggregates {
        id: any;
        levelId: any;
        amountCheckpoints: any;
        amountFinishes: any;
        amountBlocks: any;
        typeGround: any;
        typeSkybox: any;
        __typename: "LevelMetadatumStddevSampleAggregates";
    }
    Index

    Properties

    id: any

    Sample standard deviation of id across the matching connection

    levelId: any

    Sample standard deviation of levelId across the matching connection

    amountCheckpoints: any

    Sample standard deviation of amountCheckpoints across the matching connection

    amountFinishes: any

    Sample standard deviation of amountFinishes across the matching connection

    amountBlocks: any

    Sample standard deviation of amountBlocks across the matching connection

    typeGround: any

    Sample standard deviation of typeGround across the matching connection

    typeSkybox: any

    Sample standard deviation of typeSkybox across the matching connection

    __typename: "LevelMetadatumStddevSampleAggregates"