@zeepkist/graphql
    Preparing search index...

    Interface LevelRequestDistinctCountAggregatesGenqlSelection

    interface LevelRequestDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        workshopId?: number | boolean;
        uid?: number | boolean;
        hash?: 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

    workshopId?: number | boolean

    Distinct count of workshopId across the matching connection

    uid?: number | boolean

    Distinct count of uid across the matching connection

    hash?: number | boolean

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