Skip to main content

activitySets

Example: foo

activitySets(
distinct_on: [ActivitySet_select_column!]
limit: Int
offset: Int
order_by: [ActivitySet_order_by!]
where: ActivitySet_bool_exp
): [ActivitySet!]!

Arguments

activitySets.distinct_on ● [ActivitySet_select_column!] list enum

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

activitySets.limit ● Int scalar

Limits the number of objects returned.

activitySets.offset ● Int scalar

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

activitySets.order_by ● [ActivitySet_order_by!] list input

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

activitySets.where ● ActivitySet_bool_exp input

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

Type

ActivitySet object

Each Activity is a distinct span of time, but they can be rolled up into a complete effort using Activity Sets. Activity Sets allow for work to be paused and resumed on a piece of equipment, or a transition from setup to production, while maintaining each Activity as step toward a greater goal. An Activity Set is the data model backing a Production Run.