TicketCountByTypeAndPaymentAmount
No description
type TicketCountByTypeAndPaymentAmount {
count: Int!
payment_amount: Money!
ticket_type: TicketType!
}
Fields
TicketCountByTypeAndPaymentAmount
.count
● Int!
non-null scalar
TicketCountByTypeAndPaymentAmount
.payment_amount
● Money!
non-null object
TicketCountByTypeAndPaymentAmount
.ticket_type
● TicketType!
non-null object
Member Of
ConventionReports
object