@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoryMaxAggregateFilter

    interface UserPointsHistoryMaxAggregateFilter {
        id?: IntFilter | null;
        userId?: IntFilter | null;
        points?: IntFilter | null;
        totalPoints?: IntFilter | null;
        rank?: IntFilter | null;
        worldRecords?: IntFilter | null;
    }
    Index

    Properties

    id?: IntFilter | null
    userId?: IntFilter | null
    points?: IntFilter | null
    totalPoints?: IntFilter | null
    rank?: IntFilter | null
    worldRecords?: IntFilter | null