@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultMaxAggregates

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

    Properties

    seasonId: number | null

    Maximum of seasonId across the matching connection

    userId: number | null

    Maximum of userId across the matching connection

    position: number | null

    Maximum of position across the matching connection

    points: number | null

    Maximum of points across the matching connection

    __typename: "ZslSeasonResultMaxAggregates"