@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumMinAggregateFilter

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

    Properties

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