@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultDistinctCountAggregatesGenqlSelection

    interface ZslSeasonResultDistinctCountAggregatesGenqlSelection {
        seasonId?: number | boolean;
        userId?: number | boolean;
        position?: number | boolean;
        points?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    seasonId?: number | boolean

    Distinct count of seasonId across the matching connection

    userId?: number | boolean

    Distinct count of userId across the matching connection

    position?: number | boolean

    Distinct count of position across the matching connection

    points?: number | boolean

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