Skip to main content

Attribute

Represents an attribute or consumed serial.

type Attribute {
id: String!
process: Operation!
name: String!
externalId: String
}

Fields

Attribute.id ● String! non-null scalar

Unique ID (in the format [Process ID]-[Attribute ID]).

Attribute.process ● Operation! non-null object

Name of the attribute's process.

Attribute.name ● String! non-null scalar

Attribute name.

Attribute.externalId ● String scalar

External identifier for attribute or consumed serial (part number).

Member Of

ConsumedSerial object ● ConsumedSerialAttribute object