Skip to main content

PlaybookReportPayload

The time series for a playbook report.

type PlaybookReportPayload {
data: [PlaybookReportMetric!]!
ids: [String]
}

Fields

PlaybookReportPayload.data ● [PlaybookReportMetric!]! non-null object

The report rows, one per time bucket (a single unbucketed row for OPPORTUNITY_AMOUNT).

PlaybookReportPayload.ids ● [String] list scalar

Always null; the resolver does not currently populate this field.

Returned By

playbookReport query