@zeepkist/graphql
    Preparing search index...

    Interface VoteMinAggregateFilter

    interface VoteMinAggregateFilter {
        id?: null | IntFilter;
        userId?: null | IntFilter;
        levelId?: null | IntFilter;
        value?: null | IntFilter;
    }
    Index

    Properties

    id?: null | IntFilter
    userId?: null | IntFilter
    levelId?: null | IntFilter
    value?: null | IntFilter