AggregatedAlarmsRT_bool_exp
Boolean expressions to filter AggregatedAlarmsRT. All fields are combined with a logical AND.
input AggregatedAlarmsRT_bool_exp {
_and: [AggregatedAlarmsRT_bool_exp!]
_not: AggregatedAlarmsRT_bool_exp
_or: [AggregatedAlarmsRT_bool_exp!]
bucketEndAt: timestamptz_comparison_exp
bucketStartAt: timestamptz_comparison_exp
description: String_comparison_exp
durationMs: numeric_comparison_exp
label: String_comparison_exp
machine: business_machine_bool_exp
machineRef: Int_comparison_exp
maxEndAt: timestamptz_comparison_exp
minStartAt: timestamptz_comparison_exp
nativeCode: String_comparison_exp
recordCount: Int_comparison_exp
status: String_comparison_exp
}
Fields
AggregatedAlarmsRT_bool_exp._and ● [AggregatedAlarmsRT_bool_exp!] list input
Combines the given expressions using a logical AND
AggregatedAlarmsRT_bool_exp._not ● AggregatedAlarmsRT_bool_exp input
Negates the result of the given expression.
AggregatedAlarmsRT_bool_exp._or ● [AggregatedAlarmsRT_bool_exp!] list input
Combines the given expressions using a logical OR.
AggregatedAlarmsRT_bool_exp.bucketEndAt ● timestamptz_comparison_exp input
AggregatedAlarmsRT_bool_exp.bucketStartAt ● timestamptz_comparison_exp input
AggregatedAlarmsRT_bool_exp.description ● String_comparison_exp input
AggregatedAlarmsRT_bool_exp.durationMs ● numeric_comparison_exp input
AggregatedAlarmsRT_bool_exp.label ● String_comparison_exp input
AggregatedAlarmsRT_bool_exp.machine ● business_machine_bool_exp input
The machine the event originates from.
AggregatedAlarmsRT_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
AggregatedAlarmsRT_bool_exp.maxEndAt ● timestamptz_comparison_exp input
AggregatedAlarmsRT_bool_exp.minStartAt ● timestamptz_comparison_exp input
AggregatedAlarmsRT_bool_exp.nativeCode ● String_comparison_exp input
AggregatedAlarmsRT_bool_exp.recordCount ● Int_comparison_exp input
AggregatedAlarmsRT_bool_exp.status ● String_comparison_exp input
Member Of
aggregatedAlarms query ● AggregatedAlarmsRT_bool_exp input ● AggregatedAlarmsRT query