OBJECT
Attribute
Attribute contains the attribute_type of the specified attribute_code and entity_type
link GraphQL Schema definition
- type Attribute {
- # The unique identifier for an attribute code. This value should be in lowercase
- # letters without spaces.
- : String
- # The type of entity that defines the attribute
- : String
- # The data type of the attribute
- : String
- # Product types this attribute applies to
- : [String]
- # Attribute sorting priority
- : Int
- # Is this attribute available for search
- : Boolean
- # Is this attribute comparable
- : Boolean
- # Is this attribute user defined
- : Boolean
- # Is this attribute visible on PDP
- : Boolean
- # Is this attribute available for search
- : Boolean
- # Is this attribute available for search
- : Boolean
- # Frontend input type
- : String
- # Default frontend label
- : String
- # Available attribute option values
- : [AttributeOption]
- }