timestamptz_comparison_exp
No description
input timestamptz_comparison_exp {
_eq: timestamptz
_gt: timestamptz
_gte: timestamptz
_in: [timestamptz!]
_is_null: Boolean
_lt: timestamptz
_lte: timestamptz
_neq: timestamptz
_nin: [timestamptz!]
}
Fields
timestamptz_comparison_exp._eq ● timestamptz scalar
Returns true if the event value is equal to the given value; false otherwise.
timestamptz_comparison_exp._gt ● timestamptz scalar
Returns true if the event value is greater than the given value; false otherwise.
timestamptz_comparison_exp._gte ● timestamptz scalar
Returns true if the event value is greater than the given value; false otherwise.
timestamptz_comparison_exp._in ● [timestamptz!] list scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
timestamptz_comparison_exp._is_null ● Boolean scalar
Checks whether the event value is or is not NULL.
timestamptz_comparison_exp._lt ● timestamptz scalar
Returns true if the event value is less than the given value; false otherwise.
timestamptz_comparison_exp._lte ● timestamptz scalar
Returns true if the event value is less than the given value; false otherwise.
timestamptz_comparison_exp._neq ● timestamptz scalar
Returns true if the event value is not equal to the given value; false otherwise.
timestamptz_comparison_exp._nin ● [timestamptz!] list scalar
Returns true if the event value is not equal to any of the given values in the collection; false otherwise.
Member Of
Activity_bool_exp input ● AggregatedAlarmsRT_bool_exp input ● AggregatedPartCountRT_bool_exp input ● AggregatedQuantityRT_bool_exp input ● AlarmIntervalRT_bool_exp input ● AnnotationTP_bool_exp input ● CurrentAlarmRT_bool_exp input ● CurrentStateRT_bool_exp input ● erpLaborTickets_bool_exp input ● erpPartOperations_bool_exp input ● erpParts_bool_exp input ● erpPersons_bool_exp input ● erpReason_bool_exp input ● erpResourceGroupMembersips_bool_exp input ● erpResources_bool_exp input ● erpWorkOrder_bool_exp input ● erpWorkOrderOperations_bool_exp input ● Event_bool_exp input ● LatestPositionRT_bool_exp input ● LatestQuantityRT_bool_exp input ● 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