Skip to main content

BigQueryCustomerReportType

No description

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!] list object

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

BigQueryCustomerReportType.filters ● [FilterObjectType!] list object

Info about applied filters.

BigQueryCustomerReportType.summary ● JSONString scalar

Summary stats across all customers

BigQueryCustomerReportType.report ● [CustomerReportRowType!] list object

All customer records for a tenant

Returned By

bigqueryCustomers query

Was this page helpful?