ApplyTicketHolderDataToCartInput
Input object
Input for applying ticket holder data to items in a cart.
Fields
| Field | Description | Type |
|---|---|---|
cartId | The ID of the cart to update. | ID! |
ticketHolders | The ticket holder data to apply to cart items. | [ TicketHolderDataInput! ]! |
Used By (1)
ApplyTicketHolderDataToCartInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | applyTicketHolderDataToCart(input) |