TicketType
No description
type TicketType {
id: ID!
name: String!
quantity: Int
description: String
startsAt: DateTime!
endsAt: DateTime!
translations: [TicketTypeTranslation!]!
ticketsSold: Int!
isSoldOut: Boolean!
eventGroup: EventGroup!
isVisible: Boolean!
priceCents: Int
priceCentsFormatted: String
priceCentsFormated: String @deprecated
}
Fields
TicketType.id
● ID!
non-null scalar
TicketType.name
● String!
non-null scalar
TicketType.quantity
● Int
scalar
TicketType.description
● String
scalar
TicketType.startsAt
● DateTime!
non-null scalar
TicketType.endsAt
● DateTime!
non-null scalar
TicketType.translations
● [TicketTypeTranslation!]!
non-null object
TicketType.ticketsSold
● Int!
non-null scalar
TicketType.isSoldOut
● Boolean!
non-null scalar
TicketType.eventGroup
● EventGroup!
non-null object
TicketType.isVisible
● Boolean!
non-null scalar
TicketType.priceCents
● Int
scalar
TicketType.priceCentsFormatted
● String
scalar
TicketType.priceCentsFormated
● String
deprecated scalar
DEPRECATEDUser priceCentsFormatted instead
Member Of
BadgeBarcode
object ● CreateTicketTypePayload
object ● Event
object ● Registration
object ● UpdateTicketTypePayload
object