@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    levelId: number | null

    Minimum of levelId across the matching connection

    amountCheckpoints: number | null

    Minimum of amountCheckpoints across the matching connection

    amountFinishes: number | null

    Minimum of amountFinishes across the matching connection

    amountBlocks: number | null

    Minimum of amountBlocks across the matching connection

    typeGround: number | null

    Minimum of typeGround across the matching connection

    typeSkybox: number | null

    Minimum of typeSkybox across the matching connection

    __typename: "LevelMetadatumMinAggregates"