@zeepkist/graphql
    Preparing search index...

    Interface UserPointMinAggregateFilter

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

    Properties

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