@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelItemCondition

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

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

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    idLevel?: null | number

    Checks for equality with the object’s idLevel field.

    workshopId?: any

    Checks for equality with the object’s workshopId field.

    authorId?: any

    Checks for equality with the object’s authorId field.

    name?: null | string

    Checks for equality with the object’s name field.

    imageUrl?: null | string

    Checks for equality with the object’s imageUrl field.

    fileAuthor?: null | string

    Checks for equality with the object’s fileAuthor field.

    fileUid?: null | string

    Checks for equality with the object’s fileUid field.

    validationTimeAuthor?: null | number

    Checks for equality with the object’s validationTimeAuthor field.

    validationTimeGold?: null | number

    Checks for equality with the object’s validationTimeGold field.

    validationTimeSilver?: null | number

    Checks for equality with the object’s validationTimeSilver field.

    validationTimeBronze?: null | number

    Checks for equality with the object’s validationTimeBronze field.

    deleted?: null | boolean

    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.