@zeepkist/graphql
    Preparing search index...

    Interface LevelItemDistinctCountAggregatesGenqlSelection

    interface LevelItemDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        levelId?: number | boolean;
        workshopId?: number | boolean;
        authorId?: number | boolean;
        name?: number | boolean;
        imageUrl?: number | boolean;
        fileAuthor?: number | boolean;
        fileUid?: number | boolean;
        validationTimeAuthor?: number | boolean;
        validationTimeGold?: number | boolean;
        validationTimeSilver?: number | boolean;
        validationTimeBronze?: number | boolean;
        deleted?: number | boolean;
        createdAt?: number | boolean;
        updatedAt?: 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

    workshopId?: number | boolean

    Distinct count of workshopId across the matching connection

    authorId?: number | boolean

    Distinct count of authorId across the matching connection

    name?: number | boolean

    Distinct count of name across the matching connection

    imageUrl?: number | boolean

    Distinct count of imageUrl across the matching connection

    fileAuthor?: number | boolean

    Distinct count of fileAuthor across the matching connection

    fileUid?: number | boolean

    Distinct count of fileUid across the matching connection

    validationTimeAuthor?: number | boolean

    Distinct count of validationTimeAuthor across the matching connection

    validationTimeGold?: number | boolean

    Distinct count of validationTimeGold across the matching connection

    validationTimeSilver?: number | boolean

    Distinct count of validationTimeSilver across the matching connection

    validationTimeBronze?: number | boolean

    Distinct count of validationTimeBronze across the matching connection

    deleted?: number | boolean

    Distinct count of deleted across the matching connection

    createdAt?: number | boolean

    Distinct count of createdAt across the matching connection

    updatedAt?: number | boolean

    Distinct count of updatedAt 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