GraphQL INPUT_OBJECT
UpdateTextElementInput
Input for text element update. Text elements are used to display descriptive text in the cart for the various parts of a product variation.
link Definition
- input UpdateTextElementInput {
- # Default language of the text element.
- LanguageEnum :
- # Unique ID of the text element.
- Int! :
- # Internal name of the text element.
- String :
- # Localized texts of the text element.
- LocalizedStringInput] : [
- }