@zeepkist/graphql
    Preparing search index...

    Interface UserPointMinAggregates

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

    Properties

    id: null | number

    Minimum of id across the matching connection

    userId: null | number

    Minimum of userId across the matching connection

    points: null | number

    Minimum of points across the matching connection

    rank: null | number

    Minimum of rank across the matching connection

    worldRecords: null | number

    Minimum of worldRecords across the matching connection

    totalPoints: null | number

    Minimum of totalPoints across the matching connection

    __typename: "UserPointMinAggregates"