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.
  • baseLanguageId: LanguageEnum
  • # Unique ID of the text element.
  • id: Int!
  • # Internal name of the text element.
  • name: String
  • # Localized texts of the text element.
  • texts: [LocalizedStringInput]
  • }

link Required by