@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultMinAggregates

    interface ZslSeasonResultMinAggregates {
        seasonId: null | number;
        userId: null | number;
        position: null | number;
        points: null | number;
        __typename: "ZslSeasonResultMinAggregates";
    }
    Index

    Properties

    seasonId: null | number

    Minimum of seasonId across the matching connection

    userId: null | number

    Minimum of userId across the matching connection

    position: null | number

    Minimum of position across the matching connection

    points: null | number

    Minimum of points across the matching connection

    __typename: "ZslSeasonResultMinAggregates"