Eventjet GraphQL API documentation

ApplyTicketHolderDataToCartInput

Input object

Input for applying ticket holder data to items in a cart.

Fields

FieldDescriptionType
cartIdThe ID of the cart to update.ID!
ticketHoldersThe ticket holder data to apply to cart items.[ TicketHolderDataInput! ]!

Used By (1)

ApplyTicketHolderDataToCartInput is referenced by the following fields, arguments, and input fields:

TypeField
MutationapplyTicketHolderDataToCart(input)