Skip to main content

SelectedAttribute Object

Represents an assigned attribute to an object.

type SelectedAttribute {
attribute: Attribute!
values: [AttributeValue!]!
}

Fields

attribute ● Attribute!

Name of an attribute displayed in the interface.

values ● [AttributeValue!]!

Values of an attribute.

Member Of

Page object ● Product object ● ProductVariant object