Skip to main content

BigQueryCustomerReportType

BigQuery customer report.

type BigQueryCustomerReportType {
category: String!
title: String!
columns: [ColumnObjectType!]!
filters: [FilterObjectType!]!
summary: JSONString
report: [CustomerReportRowType!]!
}

Fields

BigQueryCustomerReportType.category ● String! non-null scalar

Category of the metric.

BigQueryCustomerReportType.title ● String! non-null scalar

Title of the metric.

BigQueryCustomerReportType.columns ● [ColumnObjectType!]! non-null object

Description of main columns in report and summary. Note: report and summary can contain additional columns.

BigQueryCustomerReportType.filters ● [FilterObjectType!]! non-null object

Info about applied filters.

BigQueryCustomerReportType.summary ● JSONString scalar

Summary stats across all customers

BigQueryCustomerReportType.report ● [CustomerReportRowType!]! non-null object

All customer records for a tenant

Returned By

bigqueryCustomers query

Was this page helpful?