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