@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundDistinctCountAggregatesGenqlSelection

    interface ZslRoundDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        seasonId?: number | boolean;
        name?: number | boolean;
        round?: number | boolean;
        workshopId?: number | boolean;
        eventDate?: 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

    seasonId?: number | boolean

    Distinct count of seasonId across the matching connection

    name?: number | boolean

    Distinct count of name across the matching connection

    round?: number | boolean

    Distinct count of round across the matching connection

    workshopId?: number | boolean

    Distinct count of workshopId across the matching connection

    eventDate?: number | boolean

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