TicketType
No description
type TicketType {
  allows_event_signups: Boolean!
  convention: Convention
  counts_towards_convention_maximum: Boolean!
  description: String
  event: Event
  id: ID!
  maximum_event_provided_tickets(
    eventId: ID
  ): Int!
  name: String!
  parent: TicketTypeParent!
  providing_products: [Product!]!
}
Fields
TicketType.allows_event_signups ● Boolean! non-null scalar
TicketType.convention ● Convention object
TicketType.counts_towards_convention_maximum ● Boolean! non-null scalar
TicketType.description ● String scalar
TicketType.event ● Event object
TicketType.id ● ID! non-null scalar
TicketType.maximum_event_provided_tickets ● Int! non-null scalar
TicketType.maximum_event_provided_tickets.eventId ● ID scalar
TicketType.name ● String! non-null scalar
TicketType.parent ● TicketTypeParent! non-null union
TicketType.providing_products ● [Product!]! non-null object
Member Of
Convention  object ● CreateTicketTypePayload  object ● DeleteTicketTypePayload  object ● Event  object ● MaximumEventProvidedTicketsOverride  object ● Product  object ● Ticket  object ● TicketCountByTypeAndPaymentAmount  object ● UpdateTicketTypePayload  object