Skip to main content

DesPartSearchInferenceSuggestedAttribute

Represents an inferred search attribute.

type DesPartSearchInferenceSuggestedAttribute {
attribute: DesPartAttribute!
displayValues: [String!]!
name: String!
shortname: String!
unitsSymbol: String
values: [String!]!
}

Fields

DesPartSearchInferenceSuggestedAttribute.attribute ● DesPartAttribute! non-null object

The inferred attribute details.

DesPartSearchInferenceSuggestedAttribute.displayValues ● [String!]! non-null scalar

Human-readable values to display in the UI.

DesPartSearchInferenceSuggestedAttribute.name ● String! non-null scalar

The display name of this inferred attribute.

DesPartSearchInferenceSuggestedAttribute.shortname ● String! non-null scalar

The filter key for this attribute.

DesPartSearchInferenceSuggestedAttribute.unitsSymbol ● String scalar

The symbol of the units.

DesPartSearchInferenceSuggestedAttribute.values ● [String!]! non-null scalar

Values to use in the search filter.