@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultDistinctCountAggregates

    interface ZslSeasonResultDistinctCountAggregates {
        seasonId: any;
        userId: any;
        position: any;
        points: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "ZslSeasonResultDistinctCountAggregates";
    }
    Index

    Properties

    seasonId: any

    Distinct count of seasonId across the matching connection

    userId: any

    Distinct count of userId across the matching connection

    position: any

    Distinct count of position across the matching connection

    points: any

    Distinct count of points 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: "ZslSeasonResultDistinctCountAggregates"