@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumMinAggregateFilter

    interface LevelMetadatumMinAggregateFilter {
        id?: null | IntFilter;
        levelId?: null | IntFilter;
        amountCheckpoints?: null | IntFilter;
        amountFinishes?: null | IntFilter;
        amountBlocks?: null | IntFilter;
        typeGround?: null | IntFilter;
        typeSkybox?: null | IntFilter;
    }
    Index

    Properties

    id?: null | IntFilter
    levelId?: null | IntFilter
    amountCheckpoints?: null | IntFilter
    amountFinishes?: null | IntFilter
    amountBlocks?: null | IntFilter
    typeGround?: null | IntFilter
    typeSkybox?: null | IntFilter