@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?: number | null;
        userId?: number | null;
        recordId?: number | null;
        position?: number | null;
        points?: number | null;
        time?: number | null;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    levelId?: number | null

    Checks for equality with the object’s levelId field.

    userId?: number | null

    Checks for equality with the object’s userId field.

    recordId?: number | null

    Checks for equality with the object’s recordId field.

    position?: number | null

    Checks for equality with the object’s position field.

    points?: number | null

    Checks for equality with the object’s points field.

    time?: number | null

    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.