Skip to main content

MachineTP_bool_exp

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

input MachineTP_bool_exp {
_and: [MachineTP_bool_exp!]
_not: MachineTP_bool_exp
_or: [MachineTP_bool_exp!]
activitySets: ActivitySet_bool_exp
annotations: AnnotationTP_bool_exp
company: CompanyTP_bool_exp
companyId: String_comparison_exp
currentAlarms: CurrentAlarmRT_bool_exp
currentStates: CurrentStateRT_bool_exp
decommissionedAt: timestamptz_comparison_exp
latestPositions: LatestPositionRT_bool_exp
latestQuantities: LatestQuantityRT_bool_exp
machineId: String_comparison_exp
machineRef: Int_comparison_exp
make: String_comparison_exp
metrics: MetricTP_bool_exp
model: String_comparison_exp
name: String_comparison_exp
operatorRuns: OperatorRunTP_bool_exp
partCountCorrections: PartCountCorrection_bool_exp
partCountMetricKey: String_comparison_exp
rejects: Reject_bool_exp
}

Fields

MachineTP_bool_exp._and ● [MachineTP_bool_exp!] list input

Combines the given expressions using a logical AND

MachineTP_bool_exp._not ● MachineTP_bool_exp input

Negates the result of the given expression.

MachineTP_bool_exp._or ● [MachineTP_bool_exp!] list input

Combines the given expressions using a logical OR.

MachineTP_bool_exp.activitySets ● ActivitySet_bool_exp input

MachineTP_bool_exp.annotations ● AnnotationTP_bool_exp input

MachineTP_bool_exp.company ● CompanyTP_bool_exp input

MachineTP_bool_exp.companyId ● String_comparison_exp input

A globally unique identifier (UUID) for the company.

MachineTP_bool_exp.currentAlarms ● CurrentAlarmRT_bool_exp input

MachineTP_bool_exp.currentStates ● CurrentStateRT_bool_exp input

MachineTP_bool_exp.decommissionedAt ● timestamptz_comparison_exp input

MachineTP_bool_exp.latestPositions ● LatestPositionRT_bool_exp input

MachineTP_bool_exp.latestQuantities ● LatestQuantityRT_bool_exp input

MachineTP_bool_exp.machineId ● String_comparison_exp input

A globally unique identifier (UUID) for the machine.

MachineTP_bool_exp.machineRef ● Int_comparison_exp input

A unique, numeric identifier for the machine.

MachineTP_bool_exp.make ● String_comparison_exp input

MachineTP_bool_exp.metrics ● MetricTP_bool_exp input

MachineTP_bool_exp.model ● String_comparison_exp input

MachineTP_bool_exp.name ● String_comparison_exp input

A descriptive, human-readable name

MachineTP_bool_exp.operatorRuns ● OperatorRunTP_bool_exp input

MachineTP_bool_exp.partCountCorrections ● PartCountCorrection_bool_exp input

MachineTP_bool_exp.partCountMetricKey ● String_comparison_exp input

MachineTP_bool_exp.rejects ● Reject_bool_exp input

Member Of

ActivitySet_bool_exp input ● AggregatedPartCountRT_bool_exp input ● AggregatedQuantityRT_bool_exp input ● AlarmIntervalRT_bool_exp input ● AnnotationTP_bool_exp input ● CompanyTP_bool_exp input ● CurrentAlarmRT_bool_exp input ● CurrentStateRT_bool_exp input ● CycleTimeStatsRT_bool_exp input ● LatestPositionRT_bool_exp input ● LatestQuantityRT_bool_exp input ● machines query ● MachineTP_bool_exp input ● OperatorRunTP_bool_exp input ● PartCountCorrection_bool_exp input ● PartCountRT_bool_exp input ● PositionRT_bool_exp input ● QuantityRT_bool_exp input ● Reject_bool_exp input ● StateIntervalRT_bool_exp input