erpPartOperations_bool_exp
Boolean expressions to filter erpPartOperations. All fields are combined with a logical AND.
input erpPartOperations_bool_exp {
_and: [erpPartOperations_bool_exp!]
_not: erpPartOperations_bool_exp
_or: [erpPartOperations_bool_exp!]
companyId: String_comparison_exp
createdAt: timestamptz_comparison_exp
cycleTimeMs: Float_comparison_exp
description: String_comparison_exp
method: String_comparison_exp
part: erpParts_bool_exp
partName: String_comparison_exp
partNumber: String_comparison_exp
partOperationRef: bigint_comparison_exp
partRevision: String_comparison_exp
quantityPerPart: Float_comparison_exp
resource: erpResources_bool_exp
resourceId: String_comparison_exp
sequenceNumber: Float_comparison_exp
setupTimeMs: Float_comparison_exp
updatedAt: timestamptz_comparison_exp
}
Fields
erpPartOperations_bool_exp._and ● [erpPartOperations_bool_exp!] list input
Combines the given expressions using a logical AND
erpPartOperations_bool_exp._not ● erpPartOperations_bool_exp input
Negates the result of the given expression.
erpPartOperations_bool_exp._or ● [erpPartOperations_bool_exp!] list input
Combines the given expressions using a logical OR.
erpPartOperations_bool_exp.companyId ● String_comparison_exp input
A globally unique identifier (UUID) for the company.
erpPartOperations_bool_exp.createdAt ● timestamptz_comparison_exp input
erpPartOperations_bool_exp.cycleTimeMs ● Float_comparison_exp input
erpPartOperations_bool_exp.description ● String_comparison_exp input
erpPartOperations_bool_exp.method ● String_comparison_exp input
erpPartOperations_bool_exp.part ● erpParts_bool_exp input
erpPartOperations_bool_exp.partName ● String_comparison_exp input
erpPartOperations_bool_exp.partNumber ● String_comparison_exp input
erpPartOperations_bool_exp.partOperationRef ● bigint_comparison_exp input
A unique, numeric identifier for the partOperation.
erpPartOperations_bool_exp.partRevision ● String_comparison_exp input
erpPartOperations_bool_exp.quantityPerPart ● Float_comparison_exp input
erpPartOperations_bool_exp.resource ● erpResources_bool_exp input
erpPartOperations_bool_exp.resourceId ● String_comparison_exp input
A globally unique identifier (UUID) for the resource.
erpPartOperations_bool_exp.sequenceNumber ● Float_comparison_exp input
erpPartOperations_bool_exp.setupTimeMs ● Float_comparison_exp input
erpPartOperations_bool_exp.updatedAt ● timestamptz_comparison_exp input
Member Of
erpPartOperations_bool_exp input ● erpPartOperations_on_conflict input ● erpPartOperations_updates input ● erpPartOperations query ● erpParts_bool_exp input ● erpResources_bool_exp input ● erpWorkOrderOperations_bool_exp input