Operation
Represents a process or product operation.
type Operation {
id: ID
externalId: String
externalRevision: String
name: String!
templateID: ID
variantName: String
consumedSerials: [Attribute]!
updatedAt: Time!
archivedAt: Time
}
Fields
Operation.id ● ID scalar
Internal identifier for a product or process.
Operation.externalId ● String scalar
External identifier for a product or process (value from "Part Number" field).
Operation.externalRevision ● String scalar
External revision for a product or process (value from "Revision" field).
Operation.name ● String! non-null scalar
Operation name.
Operation.templateID ● ID scalar
Template identifier.