@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryFilter

    A filter to be used against LevelPointsHistory object types. All fields are combined with a logical ‘and.’

    interface LevelPointsHistoryFilter {
        id?: null | IntFilter;
        levelId?: null | IntFilter;
        points?: null | IntFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        rating?: null | FloatFilter;
        modifierLength?: null | FloatFilter;
        modifierCompetitiveness?: null | FloatFilter;
        modifierRating?: null | FloatFilter;
        modifierPopularity?: null | FloatFilter;
        cutPenalty?: null | FloatFilter;
        level?: null | LevelFilter;
        and?: null | LevelPointsHistoryFilter[];
        or?: null | LevelPointsHistoryFilter[];
        not?: null | LevelPointsHistoryFilter;
    }
    Index

    Properties

    id?: null | IntFilter

    Filter by the object’s id field.

    levelId?: null | IntFilter

    Filter by the object’s levelId field.

    points?: null | IntFilter

    Filter by the object’s points field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    rating?: null | FloatFilter

    Filter by the object’s rating field.

    modifierLength?: null | FloatFilter

    Filter by the object’s modifierLength field.

    modifierCompetitiveness?: null | FloatFilter

    Filter by the object’s modifierCompetitiveness field.

    modifierRating?: null | FloatFilter

    Filter by the object’s modifierRating field.

    modifierPopularity?: null | FloatFilter

    Filter by the object’s modifierPopularity field.

    cutPenalty?: null | FloatFilter

    Filter by the object’s cutPenalty field.

    level?: null | LevelFilter

    Filter by the object’s level relation.

    Checks for all expressions in this list.

    Checks for any expressions in this list.

    Negates the expression.