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