GraphQL OBJECT

UpdateTextElementPayload

Payload 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

  • type UpdateTextElementPayload {
  • # The updated text element.
  • updatedTextElement: TextElement
  • }

link Required by