ConventionReports
Reports that can be queried against a convention.
type ConventionReports {
event_provided_tickets: [EventProvidedTicketList!]!
events_by_choice: [EventWithChoiceCounts!]!
sales_count_by_product_and_payment_amount: [SalesCountByProductAndPaymentAmount!]!
sum_revenue(
orderStatuses: [OrderStatus!]
productIds: [ID!]
): Money!
ticket_count_by_type_and_payment_amount: [TicketCountByTypeAndPaymentAmount!]! @deprecated
total_revenue: Money! @deprecated
}