erpParts_bool_exp
Boolean expressions to filter erpParts. All fields are combined with a logical AND.
input erpParts_bool_exp {
_and: [erpParts_bool_exp!]
_not: erpParts_bool_exp
_or: [erpParts_bool_exp!]
createdAt: timestamptz_comparison_exp
method: String_comparison_exp
partNumber: String_comparison_exp
partOperations: erpPartOperations_bool_exp
partRevision: String_comparison_exp
updatedAt: timestamptz_comparison_exp
workOrders: erpWorkOrder_bool_exp
}
Fields
erpParts_bool_exp._and ● [erpParts_bool_exp!] list input
Combines the given expressions using a logical AND
erpParts_bool_exp._not ● erpParts_bool_exp input
Negates the result of the given expression.
erpParts_bool_exp._or ● [erpParts_bool_exp!] list input
Combines the given expressions using a logical OR.
erpParts_bool_exp.createdAt ● timestamptz_comparison_exp input
erpParts_bool_exp.method ● String_comparison_exp input
erpParts_bool_exp.partNumber ● String_comparison_exp input
erpParts_bool_exp.partOperations ● erpPartOperations_bool_exp input
erpParts_bool_exp.partRevision ● String_comparison_exp input
erpParts_bool_exp.updatedAt ● timestamptz_comparison_exp input
erpParts_bool_exp.workOrders ● erpWorkOrder_bool_exp input
Member Of
erpPartOperations_bool_exp input ● erpParts_bool_exp input ● erpParts_on_conflict input ● erpParts_updates input ● erpParts query ● erpWorkOrder_bool_exp input