AttributeValue

(OBJECT)

Value for a product attribute
This object contains user defined content.

link GraphQL Schema definition

  • type AttributeValue {
  • # ID
  • id: ID!
  • # Text value
  • value: String
  • # Image
  • image: Url
  • }