Skip to main content

erpPersons_bool_exp

Boolean expressions to filter erpPersons. All fields are combined with a logical AND.

input erpPersons_bool_exp {
_and: [erpPersons_bool_exp!]
_not: erpPersons_bool_exp
_or: [erpPersons_bool_exp!]
createdAt: timestamptz_comparison_exp
firstName: String_comparison_exp
isActive: Boolean_comparison_exp
laborTickets: erpLaborTickets_bool_exp
lastName: String_comparison_exp
personId: String_comparison_exp
updatedAt: timestamptz_comparison_exp
}

Fields

erpPersons_bool_exp._and ● [erpPersons_bool_exp!] list input

Combines the given expressions using a logical AND

erpPersons_bool_exp._not ● erpPersons_bool_exp input

Negates the result of the given expression.

erpPersons_bool_exp._or ● [erpPersons_bool_exp!] list input

Combines the given expressions using a logical OR.

erpPersons_bool_exp.createdAt ● timestamptz_comparison_exp input

erpPersons_bool_exp.firstName ● String_comparison_exp input

erpPersons_bool_exp.isActive ● Boolean_comparison_exp input

erpPersons_bool_exp.laborTickets ● erpLaborTickets_bool_exp input

erpPersons_bool_exp.lastName ● String_comparison_exp input

erpPersons_bool_exp.personId ● String_comparison_exp input

A globally unique identifier (UUID) for the person.

erpPersons_bool_exp.updatedAt ● timestamptz_comparison_exp input

Member Of

erpLaborTickets_bool_exp input ● erpPersons_bool_exp input ● erpPersons_on_conflict input ● erpPersons_updates input ● erpPersons query