TranslatableItem
No description
union TranslatableItem =
ProductTranslatableContent
| CollectionTranslatableContent
| CategoryTranslatableContent
| AttributeTranslatableContent
| AttributeValueTranslatableContent
| ProductVariantTranslatableContent
| PageTranslatableContent
| ShippingMethodTranslatableContent
| VoucherTranslatableContent
| MenuItemTranslatableContent
| PromotionTranslatableContent
| PromotionRuleTranslatableContent
| SaleTranslatableContent
Possible types
TranslatableItem.ProductTranslatableContent object
Represents product's original translatable fields and related translations.
TranslatableItem.CollectionTranslatableContent object
Represents collection's original translatable fields and related translations.
TranslatableItem.CategoryTranslatableContent object
Represents category original translatable fields and related translations.
TranslatableItem.AttributeTranslatableContent object
Represents attribute's original translatable fields and related translations.
TranslatableItem.AttributeValueTranslatableContent object
Represents attribute value's original translatable fields and related translations.
TranslatableItem.ProductVariantTranslatableContent object
Represents product variant's original translatable fields and related translations.
TranslatableItem.PageTranslatableContent object
Represents page's original translatable fields and related translations.
TranslatableItem.ShippingMethodTranslatableContent object
Represents shipping method's original translatable fields and related translations.
TranslatableItem.VoucherTranslatableContent object
Represents voucher's original translatable fields and related translations.
TranslatableItem.MenuItemTranslatableContent object
Represents menu item's original translatable fields and related translations.
TranslatableItem.PromotionTranslatableContent object
Represents promotion's original translatable fields and related translations.
Added in Saleor 3.17
TranslatableItem.PromotionRuleTranslatableContent object
Represents promotion rule's original translatable fields and related translations.
Added in Saleor 3.17
TranslatableItem.SaleTranslatableContent object
Represents sale's original translatable fields and related translations.
DEPRECATED: this type will be removed in Saleor 4.0. Use
PromotionTranslatableContentinstead.
Returned by
translation query
Member of
TranslatableItemEdge object