ProductOptionValue
No description
type ProductOptionValue implements Node {
id: ID!
name: String
handle: String
locale: String
translations: [ProductOptionValueTranslation]
option: ProductOption
}
Fields
ProductOptionValue.id ● ID! non-null scalar
ProductOptionValue.name ● String scalar
ProductOptionValue.handle ● String scalar
ProductOptionValue.locale ● String scalar
ProductOptionValue.translations ● [ProductOptionValueTranslation] list object
ProductOptionValue.option ● ProductOption object
Interfaces
Node interface
Returned By
createProductOptionValue mutation ● productOptionsValues query
Member Of
CatalogFilters object ● OptionProductsCount object ● ProductOption object ● SelectedOption object