applyTicketHolderDataToCart
Attaches data about the ticket holders to a cart.
This mutation is used to attach data about the ticket holder of each individual ticket in the cart.
Note that ticket holders are different from the customer (the person placing the order). Use
applyCustomerDataToCart to attach data about the customer to the cart.
See CartTicketHolder for more information about ticket holders.
Most shops do not require ticket holder data. Check Cart.ticketHolderForms to see if the shop requires
ticket holder data and what fields are required.
To query the ticket holder data that has been attached to a cart, use the Cart.ticketHolders field.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | ApplyTicketHolderDataToCartInput! |
Type
This field resolves to ApplyTicketHolderDataToCartPayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
cart | The updated cart. | Cart |