SelectedAttribute
Represents a custom attribute.
type SelectedAttribute {
attribute: Attribute!
values: [AttributeValue!]!
}
Fields
SelectedAttribute.attribute ● Attribute! non-null object
Name of an attribute displayed in the interface.
SelectedAttribute.values ● [AttributeValue!]! non-null object
Values of an attribute.
Member of
Page object ● Product object ● ProductVariant object
Was this page helpful?