@zeepkist/graphql
    Preparing search index...

    Interface SampledWorldRecordGlobalCondition

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

    interface SampledWorldRecordGlobalCondition {
        id?: null | number;
        recordId?: null | number;
        levelId?: null | number;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    recordId?: null | number

    Checks for equality with the object’s recordId field.

    levelId?: null | number

    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.