UpdateTicketTypeInput
No description
input UpdateTicketTypeInput {
ticketTypeId: ID!
name: String
description: String
translations: [UpdateTicketTypeTranslationInput!]
eventGroupId: ID
startsAt: DateTime
endsAt: DateTime
quantity: Int
isVisible: Boolean
priceCents: Int
}
Fields
UpdateTicketTypeInput.ticketTypeId
● ID!
non-null scalar
The ticket type ID to update.
UpdateTicketTypeInput.name
● String
scalar
UpdateTicketTypeInput.description
● String
scalar
UpdateTicketTypeInput.translations
● [UpdateTicketTypeTranslationInput!]
list input
UpdateTicketTypeInput.eventGroupId
● ID
scalar
UpdateTicketTypeInput.startsAt
● DateTime
scalar
UpdateTicketTypeInput.endsAt
● DateTime
scalar
UpdateTicketTypeInput.quantity
● Int
scalar
UpdateTicketTypeInput.isVisible
● Boolean
scalar
UpdateTicketTypeInput.priceCents
● Int
scalar
Member Of
updateTicketType
mutation