Skip to main content

DesPartAttribute

Represents a part attribute.

type DesPartAttribute {
attributeId: String!
group: String!
name: String!
shortname: String!
unitsName: String!
unitsSymbol: String!
valueType: String!
}

Fields

DesPartAttribute.attributeId ● String! non-null scalar

The identifier of the attribute.

DesPartAttribute.group ● String! non-null scalar

The group name used to cluster similar attributes (e.g., Technical, Physical, Compliance).

DesPartAttribute.name ● String! non-null scalar

The display name of the attribute.

DesPartAttribute.shortname ● String! non-null scalar

The short name of the attribute.

DesPartAttribute.unitsName ● String! non-null scalar

The units name of the attribute.

DesPartAttribute.unitsSymbol ● String! non-null scalar

The units symbol of the attribute.

DesPartAttribute.valueType ● String! non-null scalar

The value type of the attribute.