@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumMaxAggregates

    interface LevelMetadatumMaxAggregates {
        id: null | number;
        levelId: null | number;
        amountCheckpoints: null | number;
        amountFinishes: null | number;
        amountBlocks: null | number;
        typeGround: null | number;
        typeSkybox: null | number;
        __typename: "LevelMetadatumMaxAggregates";
    }
    Index

    Properties

    id: null | number

    Maximum of id across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    amountCheckpoints: null | number

    Maximum of amountCheckpoints across the matching connection

    amountFinishes: null | number

    Maximum of amountFinishes across the matching connection

    amountBlocks: null | number

    Maximum of amountBlocks across the matching connection

    typeGround: null | number

    Maximum of typeGround across the matching connection

    typeSkybox: null | number

    Maximum of typeSkybox across the matching connection

    __typename: "LevelMetadatumMaxAggregates"