ProductVariantTranslation
No description
type ProductVariantTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
}
Fields
ProductVariantTranslation.id ● ID! non-null scalar
ProductVariantTranslation.language ● LanguageDisplay! non-null object
Translation language.
ProductVariantTranslation.name ● String! non-null scalar
Interfaces
Node interface
An object with an ID
Member of
ProductVariant object
Was this page helpful?