@zeepkist/graphql
    Preparing search index...

    Interface RecordMinAggregateFilter

    interface RecordMinAggregateFilter {
        id?: null | IntFilter;
        userId?: null | IntFilter;
        time?: null | FloatFilter;
        levelId?: null | IntFilter;
    }
    Index

    Properties

    id?: null | IntFilter
    userId?: null | IntFilter
    time?: null | FloatFilter
    levelId?: null | IntFilter