@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    levelId: number | null

    Maximum of levelId across the matching connection

    amountCheckpoints: number | null

    Maximum of amountCheckpoints across the matching connection

    amountFinishes: number | null

    Maximum of amountFinishes across the matching connection

    amountBlocks: number | null

    Maximum of amountBlocks across the matching connection

    typeGround: number | null

    Maximum of typeGround across the matching connection

    typeSkybox: number | null

    Maximum of typeSkybox across the matching connection

    __typename: "LevelMetadatumMaxAggregates"