@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumDistinctCountAggregatesGenqlSelection

    interface LevelMetadatumDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        levelId?: number | boolean;
        amountCheckpoints?: number | boolean;
        amountFinishes?: number | boolean;
        amountBlocks?: number | boolean;
        typeGround?: number | boolean;
        typeSkybox?: number | boolean;
        blocks?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Distinct count of id across the matching connection

    levelId?: number | boolean

    Distinct count of levelId across the matching connection

    amountCheckpoints?: number | boolean

    Distinct count of amountCheckpoints across the matching connection

    amountFinishes?: number | boolean

    Distinct count of amountFinishes across the matching connection

    amountBlocks?: number | boolean

    Distinct count of amountBlocks across the matching connection

    typeGround?: number | boolean

    Distinct count of typeGround across the matching connection

    typeSkybox?: number | boolean

    Distinct count of typeSkybox across the matching connection

    blocks?: number | boolean

    Distinct count of blocks across the matching connection

    dateCreated?: number | boolean

    Distinct count of dateCreated across the matching connection

    dateUpdated?: number | boolean

    Distinct count of dateUpdated across the matching connection

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