Eventjet GraphQL API documentation

type

The report type, such as "sales" or "events". The type determines which metrics are available and how rows are defined.

Arguments

type doesn't take any arguments.

Type

This field resolves to ReportType, which has the following 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