report
Arguments
| Argument | Description | Type |
|---|---|---|
| columns | [ String! ] | |
| first | Int | |
| id | ID | |
| locale | Locale | |
| offset | Int | |
| sort | [ SortInput! ] | |
| rangeFilters | [ RangeReportFilterInput! ] | |
| wildcardFilters | [ WildcardReportFilterInput! ] | |
| type | String |
Type
This field resolves to Report, which has the following fields:
| Field | Description | Type |
|---|---|---|
aggregationOptions | [ ReportAggregationOption ] | |
columns | [ String ] | |
columnsV2 | [ ReportColumn ] | |
id | ID! | |
filter | ReportFilter | |
filters | [ ReportFilter ] | |
lines | [ ReportLine ] | |
metricConnections | Holds information about metrics as they relate to the report. | [ ReportMetricConnection ] |
metrics | [ ReportMetric ] | |
numberOfLines | Int | |
sorting | [ ReportSorting ] | |
summaries | [ String ] | |
type | ReportType | |
withoutAggregations | Report |