machines
No description
machines(
distinct_on: [MachineTP_select_column!]
limit: Int
offset: Int
order_by: [MachineTP_order_by!]
where: MachineTP_bool_exp
): [MachineTP!]!
Arguments
machines.distinct_on ● [MachineTP_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
machines.limit ● Int scalar
Limits the number of objects returned.
machines.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
machines.order_by ● [MachineTP_order_by!] list input
Sort the returned array by one or more fields of it's elements.
machines.where ● MachineTP_bool_exp input
Filter the data by using a (nested) boolean expression.
Type
MachineTP object
A Machine is at the heart of it all. All business-related operational data stems from the Machine. Annotations represent categorized periods of time when the Machine was idle. Activities capture slices of time where the Machine was performing a particular Operation. Operator Runs represent when a specific Operator was responsible for a given Machine’s productivity. This operational data can be driven by human input, but is also often driven by diagnostic data reported directly from the Machine itself. The most relevant machine data comes in the form of States, Part Counts, and Alarms.