@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelRequestCondition

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

    interface SampledLevelRequestCondition {
        id?: null | number;
        workshopId?: any;
        uid?: null | string;
        hash?: null | string;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    workshopId?: any

    Checks for equality with the object’s workshopId field.

    uid?: null | string

    Checks for equality with the object’s uid field.

    hash?: null | string

    Checks for equality with the object’s hash field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.