currentAlarmsByMachine
No description
currentAlarmsByMachine(
args: currentAlarmsByMachine_args
distinct_on: [CurrentAlarmRT_select_column!]
limit: Int
offset: Int
order_by: [CurrentAlarmRT_order_by!]
where: CurrentAlarmRT_bool_exp
): [CurrentAlarmRT!]!
Arguments
currentAlarmsByMachine.args ● currentAlarmsByMachine_args input
A set of arguments passed to the function.
currentAlarmsByMachine.distinct_on ● [CurrentAlarmRT_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
currentAlarmsByMachine.limit ● Int scalar
Limits the number of objects returned.
currentAlarmsByMachine.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
currentAlarmsByMachine.order_by ● [CurrentAlarmRT_order_by!] list input
Sort the returned array by one or more fields of it's elements.
currentAlarmsByMachine.where ● CurrentAlarmRT_bool_exp input
Filter the data by using a (nested) boolean expression.