Skip to main content

CurrentAlarmRT_bool_exp

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

input CurrentAlarmRT_bool_exp {
_and: [CurrentAlarmRT_bool_exp!]
_not: CurrentAlarmRT_bool_exp
_or: [CurrentAlarmRT_bool_exp!]
description: String_comparison_exp
label: String_comparison_exp
latestEventAt: timestamptz_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
nativeCode: String_comparison_exp
startAt: timestamptz_comparison_exp
}

Fields

CurrentAlarmRT_bool_exp._and ● [CurrentAlarmRT_bool_exp!] list input

Combines the given expressions using a logical AND

CurrentAlarmRT_bool_exp._not ● CurrentAlarmRT_bool_exp input

Negates the result of the given expression.

CurrentAlarmRT_bool_exp._or ● [CurrentAlarmRT_bool_exp!] list input

Combines the given expressions using a logical OR.

CurrentAlarmRT_bool_exp.description ● String_comparison_exp input

CurrentAlarmRT_bool_exp.label ● String_comparison_exp input

CurrentAlarmRT_bool_exp.latestEventAt ● timestamptz_comparison_exp input

CurrentAlarmRT_bool_exp.machine ● MachineTP_bool_exp input

The machine the event originates from.

CurrentAlarmRT_bool_exp.machineRef ● Int_comparison_exp input

A unique, numeric identifier for the machine.

CurrentAlarmRT_bool_exp.metricKey ● String_comparison_exp input

Each metric is globally identified by the combination of machineRef and metricKey.

CurrentAlarmRT_bool_exp.nativeCode ● String_comparison_exp input

CurrentAlarmRT_bool_exp.startAt ● timestamptz_comparison_exp input

The start of an interval.

Member Of

CurrentAlarmRT_bool_exp input ● CurrentAlarmRT query ● currentAlarmsByMachine query ● MachineTP_bool_exp input