@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoryMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    userId: number | null

    Minimum of userId across the matching connection

    points: number | null

    Minimum of points across the matching connection

    totalPoints: number | null

    Minimum of totalPoints across the matching connection

    rank: number | null

    Minimum of rank across the matching connection

    worldRecords: number | null

    Minimum of worldRecords across the matching connection

    __typename: "UserPointsHistoryMinAggregates"