Skip to main content

activities

No description

activities(
distinct_on: [Activity_select_column!]
limit: Int
offset: Int
order_by: [Activity_order_by!]
where: Activity_bool_exp
): [Activity!]!

Arguments

activities.distinct_on ● [Activity_select_column!] list enum

Return a distinct set of entities, defined by the given fields.

activities.limit ● Int scalar

Limits the number of objects returned.

activities.offset ● Int scalar

Start a the specified, zero-based array index. This is only useful in combination with order_by.

activities.order_by ● [Activity_order_by!] list input

Sort the returned array by one or more fields of it's elements.

activities.where ● Activity_bool_exp input

Filter the data by using a (nested) boolean expression.

Type

Activity object

Activities are discrete periods of time that specific work is performed on a piece of equipment. They connect a start and end time to specific goals for a machine: the part being produced (optionally including workorder information and other data points) as well as the production and setup standards.