ProductAttributeValue
No description
type ProductAttributeValue implements Node {
id: ID!
name: String
image: Image
handle: String
locale: String
translations: [ProductAttributeValueTranslation]
attribute: ProductAttribute
}
Fields
ProductAttributeValue.id ● ID! non-null scalar
ProductAttributeValue.name ● String scalar
ProductAttributeValue.image ● Image object
ProductAttributeValue.handle ● String scalar
ProductAttributeValue.locale ● String scalar
ProductAttributeValue.translations ● [ProductAttributeValueTranslation] list object
ProductAttributeValue.attribute ● ProductAttribute object
Interfaces
Node interface
Returned By
createProductAttributeValue mutation ● productAttributeValue query ● productAttributeValues query
Member Of
AttributeProductsCount object ● CatalogFilters object ● ProductAttribute object ● StoreHomeAttributes object