@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumMaxAggregatesGenqlSelection

    interface LevelMetadatumMaxAggregatesGenqlSelection {
        id?: number | boolean;
        levelId?: number | boolean;
        amountCheckpoints?: number | boolean;
        amountFinishes?: number | boolean;
        amountBlocks?: number | boolean;
        typeGround?: number | boolean;
        typeSkybox?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Maximum of id across the matching connection

    levelId?: number | boolean

    Maximum of levelId across the matching connection

    amountCheckpoints?: number | boolean

    Maximum of amountCheckpoints across the matching connection

    amountFinishes?: number | boolean

    Maximum of amountFinishes across the matching connection

    amountBlocks?: number | boolean

    Maximum of amountBlocks across the matching connection

    typeGround?: number | boolean

    Maximum of typeGround across the matching connection

    typeSkybox?: number | boolean

    Maximum of typeSkybox across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean