@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoryMinAggregates

    interface UserPointsHistoryMinAggregates {
        id: null | number;
        userId: null | number;
        points: null | number;
        totalPoints: null | number;
        rank: null | number;
        worldRecords: null | number;
        __typename: "UserPointsHistoryMinAggregates";
    }
    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

    totalPoints: null | number

    Minimum of totalPoints across the matching connection

    rank: null | number

    Minimum of rank across the matching connection

    worldRecords: null | number

    Minimum of worldRecords across the matching connection

    __typename: "UserPointsHistoryMinAggregates"