@zeepkist/graphql
    Preparing search index...

    Interface FavoriteCondition

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

    interface FavoriteCondition {
        id?: null | number;
        idUser?: null | number;
        dateCreated?: any;
        dateUpdated?: any;
        idLevel?: null | number;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    idUser?: null | number

    Checks for equality with the object’s idUser field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.

    idLevel?: null | number

    Checks for equality with the object’s idLevel field.