@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumAverageAggregates

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

    Properties

    id: any

    Mean average of id across the matching connection

    levelId: any

    Mean average of levelId across the matching connection

    amountCheckpoints: any

    Mean average of amountCheckpoints across the matching connection

    amountFinishes: any

    Mean average of amountFinishes across the matching connection

    amountBlocks: any

    Mean average of amountBlocks across the matching connection

    typeGround: any

    Mean average of typeGround across the matching connection

    typeSkybox: any

    Mean average of typeSkybox across the matching connection

    __typename: "LevelMetadatumAverageAggregates"