@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryCondition

    A condition to be used against LevelPointsHistory object types. All fields are tested for equality and combined with a logical ‘and.’

    interface LevelPointsHistoryCondition {
        id?: null | number;
        levelId?: null | number;
        points?: null | number;
        dateCreated?: any;
        dateUpdated?: any;
        rating?: null | number;
        modifierLength?: null | number;
        modifierCompetitiveness?: null | number;
        modifierRating?: null | number;
        modifierPopularity?: null | number;
        cutPenalty?: null | number;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    levelId?: null | number

    Checks for equality with the object’s levelId field.

    points?: null | number

    Checks for equality with the object’s points field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.

    rating?: null | number

    Checks for equality with the object’s rating field.

    modifierLength?: null | number

    Checks for equality with the object’s modifierLength field.

    modifierCompetitiveness?: null | number

    Checks for equality with the object’s modifierCompetitiveness field.

    modifierRating?: null | number

    Checks for equality with the object’s modifierRating field.

    modifierPopularity?: null | number

    Checks for equality with the object’s modifierPopularity field.

    cutPenalty?: null | number

    Checks for equality with the object’s cutPenalty field.