@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonDistinctCountAggregates

    interface ZslSeasonDistinctCountAggregates {
        id: any;
        pointsStructureId: any;
        name: any;
        startDate: any;
        endDate: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "ZslSeasonDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    pointsStructureId: any

    Distinct count of pointsStructureId across the matching connection

    name: any

    Distinct count of name across the matching connection

    startDate: any

    Distinct count of startDate across the matching connection

    endDate: any

    Distinct count of endDate 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: "ZslSeasonDistinctCountAggregates"