@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumDistinctCountAggregates

    interface LevelMetadatumDistinctCountAggregates {
        id: any;
        levelId: any;
        amountCheckpoints: any;
        amountFinishes: any;
        amountBlocks: any;
        typeGround: any;
        typeSkybox: any;
        blocks: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "LevelMetadatumDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    levelId: any

    Distinct count of levelId across the matching connection

    amountCheckpoints: any

    Distinct count of amountCheckpoints across the matching connection

    amountFinishes: any

    Distinct count of amountFinishes across the matching connection

    amountBlocks: any

    Distinct count of amountBlocks across the matching connection

    typeGround: any

    Distinct count of typeGround across the matching connection

    typeSkybox: any

    Distinct count of typeSkybox across the matching connection

    blocks: any

    Distinct count of blocks across the matching connection

    dateCreated: any

    Distinct count of dateCreated across the matching connection

    dateUpdated: any

    Distinct count of dateUpdated across the matching connection

    __typename: "LevelMetadatumDistinctCountAggregates"