@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumStddevPopulationAggregates

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

    Properties

    id: any

    Population standard deviation of id across the matching connection

    levelId: any

    Population standard deviation of levelId across the matching connection

    amountCheckpoints: any

    Population standard deviation of amountCheckpoints across the matching connection

    amountFinishes: any

    Population standard deviation of amountFinishes across the matching connection

    amountBlocks: any

    Population standard deviation of amountBlocks across the matching connection

    typeGround: any

    Population standard deviation of typeGround across the matching connection

    typeSkybox: any

    Population standard deviation of typeSkybox across the matching connection

    __typename: "LevelMetadatumStddevPopulationAggregates"