GraphQL INPUT_OBJECT

CreateTextElementInput

Input for created text element. Text elements are used to display descriptive text in the cart for the various parts of a product variation.

link Definition

  • input CreateTextElementInput {
  • # Default language of the text element.
  • baseLanguageId: LanguageEnum!
  • # Unique ID of the client account.
  • clientId: Int!
  • # Internal name of the text element.
  • name: String!
  • # Localized texts of the text element.
  • texts: [LocalizedStringInput]!
  • }

link Required by