@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelCondition

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

    interface ZslLevelCondition {
        id?: number | null;
        roundId?: number | null;
        levelId?: number | null;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: number | null

    Checks for equality with the object’s id field.

    roundId?: number | null

    Checks for equality with the object’s roundId field.

    levelId?: number | null

    Checks for equality with the object’s levelId field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.