@zeepkist/graphql
    Preparing search index...

    Interface LevelItemCondition

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

    interface LevelItemCondition {
        id?: number | null;
        levelId?: number | null;
        workshopId?: any;
        authorId?: any;
        name?: string | null;
        imageUrl?: string | null;
        fileAuthor?: string | null;
        fileUid?: string | null;
        validationTimeAuthor?: number | null;
        validationTimeGold?: number | null;
        validationTimeSilver?: number | null;
        validationTimeBronze?: number | null;
        deleted?: boolean | null;
        createdAt?: any;
        updatedAt?: any;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: number | null

    Checks for equality with the object’s id field.

    levelId?: number | null

    Checks for equality with the object’s levelId field.

    workshopId?: any

    Checks for equality with the object’s workshopId field.

    authorId?: any

    Checks for equality with the object’s authorId field.

    name?: string | null

    Checks for equality with the object’s name field.

    imageUrl?: string | null

    Checks for equality with the object’s imageUrl field.

    fileAuthor?: string | null

    Checks for equality with the object’s fileAuthor field.

    fileUid?: string | null

    Checks for equality with the object’s fileUid field.

    validationTimeAuthor?: number | null

    Checks for equality with the object’s validationTimeAuthor field.

    validationTimeGold?: number | null

    Checks for equality with the object’s validationTimeGold field.

    validationTimeSilver?: number | null

    Checks for equality with the object’s validationTimeSilver field.

    validationTimeBronze?: number | null

    Checks for equality with the object’s validationTimeBronze field.

    deleted?: boolean | null

    Checks for equality with the object’s deleted field.

    createdAt?: any

    Checks for equality with the object’s createdAt field.

    updatedAt?: any

    Checks for equality with the object’s updatedAt field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.