@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultMaxAggregates

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

    Properties

    seasonId: null | number

    Maximum of seasonId across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    position: null | number

    Maximum of position across the matching connection

    points: null | number

    Maximum of points across the matching connection

    __typename: "ZslSeasonResultMaxAggregates"