@zeepkist/graphql
    Preparing search index...

    Interface UserPointMaxAggregates

    interface UserPointMaxAggregates {
        id: number | null;
        userId: number | null;
        points: number | null;
        rank: number | null;
        worldRecords: number | null;
        totalPoints: number | null;
        __typename: "UserPointMaxAggregates";
    }
    Index

    Properties

    id: number | null

    Maximum of id across the matching connection

    userId: number | null

    Maximum of userId across the matching connection

    points: number | null

    Maximum of points across the matching connection

    rank: number | null

    Maximum of rank across the matching connection

    worldRecords: number | null

    Maximum of worldRecords across the matching connection

    totalPoints: number | null

    Maximum of totalPoints across the matching connection

    __typename: "UserPointMaxAggregates"