@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumVarianceSampleAggregates

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

    Properties

    id: any

    Sample variance of id across the matching connection

    levelId: any

    Sample variance of levelId across the matching connection

    amountCheckpoints: any

    Sample variance of amountCheckpoints across the matching connection

    amountFinishes: any

    Sample variance of amountFinishes across the matching connection

    amountBlocks: any

    Sample variance of amountBlocks across the matching connection

    typeGround: any

    Sample variance of typeGround across the matching connection

    typeSkybox: any

    Sample variance of typeSkybox across the matching connection

    __typename: "LevelMetadatumVarianceSampleAggregates"