EventPersonBarcodeInput
No description
input EventPersonBarcodeInput {
type: EventPersonBarcodeType!
value: String!
ticketTypeId: ID
}
Fields
EventPersonBarcodeInput.type ● EventPersonBarcodeType! non-null enum
EventPersonBarcodeInput.value ● String! non-null scalar
EventPersonBarcodeInput.ticketTypeId ● ID scalar
The ID of the ticket to which this barcode belongs.