Skip to main content

Operation

Production standards are applied from the Operation selected when starting the first Activity in an Activity Set. This snapshot will not change when standards in the Job Template are updated so an accurate history of the standards as they existed in the moment the work was performed is maintained.

type Operation {
activitySets(
distinct_on: [ActivitySet_select_column!]
limit: Int
offset: Int
order_by: [ActivitySet_order_by!]
where: ActivitySet_bool_exp
): [ActivitySet!]!
company: CompanyTP
description: String
name: String
operationId: String
partNumber: String
sequenceNumber: String
}

Fields

Operation.activitySets ● [ActivitySet!]! non-null object

Operation.activitySets.distinct_on ● [ActivitySet_select_column!] list enum

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

Operation.activitySets.limit ● Int scalar

Limits the number of objects returned.

Operation.activitySets.offset ● Int scalar

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

Operation.activitySets.order_by ● [ActivitySet_order_by!] list input

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

Operation.activitySets.where ● ActivitySet_bool_exp input

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

Operation.company ● CompanyTP object

Operation.description ● String scalar

Operation.name ● String scalar

A descriptive, human-readable name

Operation.operationId ● String scalar

A globally unique identifier (UUID) for the operation.

Operation.partNumber ● String scalar

Operation.sequenceNumber ● String scalar

Returned By

operations query

Member Of

ActivitySet object ● CompanyTP object ● CycleTimeStatsRT object