Skip to main content

erpLaborTicketsReasons_bool_exp

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

input erpLaborTicketsReasons_bool_exp {
_and: [erpLaborTicketsReasons_bool_exp!]
_not: erpLaborTicketsReasons_bool_exp
_or: [erpLaborTicketsReasons_bool_exp!]
companyId: String_comparison_exp
laborTicket: erpLaborTickets_bool_exp
laborTicketRef: bigint_comparison_exp
reason: erpReason_bool_exp
reasonRef: bigint_comparison_exp
}

Fields

erpLaborTicketsReasons_bool_exp._and ● [erpLaborTicketsReasons_bool_exp!] list input

Combines the given expressions using a logical AND

erpLaborTicketsReasons_bool_exp._not ● erpLaborTicketsReasons_bool_exp input

Negates the result of the given expression.

erpLaborTicketsReasons_bool_exp._or ● [erpLaborTicketsReasons_bool_exp!] list input

Combines the given expressions using a logical OR.

erpLaborTicketsReasons_bool_exp.companyId ● String_comparison_exp input

A globally unique identifier (UUID) for the company.

erpLaborTicketsReasons_bool_exp.laborTicket ● erpLaborTickets_bool_exp input

erpLaborTicketsReasons_bool_exp.laborTicketRef ● bigint_comparison_exp input

A unique, numeric identifier for the laborTicket.

erpLaborTicketsReasons_bool_exp.reason ● erpReason_bool_exp input

erpLaborTicketsReasons_bool_exp.reasonRef ● bigint_comparison_exp input

A unique, numeric identifier for the reason.

Member Of

erpLaborTickets_bool_exp input ● erpLaborTicketsReasons_bool_exp input ● erpLaborTicketsReasons_on_conflict input ● erpLaborTicketsReasons_updates input ● erpLaborTicketsReasons query ● erpReason_bool_exp input