GraphQL OBJECT

CreateTextElementPayload

Payload 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

  • type CreateTextElementPayload {
  • # The created text element.
  • createdTextElement: TextElement
  • }

link Required by