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