Eventjet GraphQL API documentation

ReportType

Object

A category of report that determines what data and metrics are available.

Different report types cover different slices of your data — for example, sales broken down by order, by event, or by ticket type. Each type has its own set of available metrics and its own default column and filter configuration. The set of available type keys depends on the account configuration; a type's id can be passed as the type argument to Query.report to start building.

Fields

FieldDescriptionType
defaultReportThe `Report` for this type with its default configuration applied.Report
idThe stable key for this report type (e.g. `"sales"` or `"events"`). Pass this value as the type argument to `Query.report`.ID!
nameHuman-readable name of this report type in the requested locale.String