@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultCondition

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

    interface ZslLevelResultCondition {
        levelId?: null | number;
        userId?: null | number;
        recordId?: null | number;
        position?: null | number;
        points?: null | number;
        time?: null | number;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    levelId?: null | number

    Checks for equality with the object’s levelId field.

    userId?: null | number

    Checks for equality with the object’s userId field.

    recordId?: null | number

    Checks for equality with the object’s recordId field.

    position?: null | number

    Checks for equality with the object’s position field.

    points?: null | number

    Checks for equality with the object’s points field.

    time?: null | number

    Checks for equality with the object’s time field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.