@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundDistinctCountAggregates

    interface ZslRoundDistinctCountAggregates {
        id: any;
        seasonId: any;
        name: any;
        round: any;
        workshopId: any;
        eventDate: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "ZslRoundDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    seasonId: any

    Distinct count of seasonId across the matching connection

    name: any

    Distinct count of name across the matching connection

    round: any

    Distinct count of round across the matching connection

    workshopId: any

    Distinct count of workshopId across the matching connection

    eventDate: any

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