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:
| Field | Description | Type |
|---|---|---|
defaultReport | The `Report` for this type with its default configuration applied. | Report |
id | The stable key for this report type (e.g. `"sales"` or `"events"`). Pass this value as the type argument to `Query.report`. | ID! |
name | Human-readable name of this report type in the requested locale. | String |