@zeepkist/graphql
    Preparing search index...

    Interface UserPointMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    points: null | number

    Maximum of points across the matching connection

    rank: null | number

    Maximum of rank across the matching connection

    worldRecords: null | number

    Maximum of worldRecords across the matching connection

    totalPoints: null | number

    Maximum of totalPoints across the matching connection

    __typename: "UserPointMaxAggregates"