Skip to main content

BigQueryPayoutReportType

BigQuery payout report.

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

Fields

BigQueryPayoutReportType.category ● String! non-null scalar

Category of the metric.

BigQueryPayoutReportType.title ● String! non-null scalar

Title of the metric.

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

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

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

Info about applied filters.

BigQueryPayoutReportType.summary ● JSONString scalar

Summary metrics across all payouts

BigQueryPayoutReportType.report ● [PayoutReportRowType!]! non-null object

List of payout records

Returned By

bigqueryPayouts query

Was this page helpful?