IncrementalForecastingSummaryResponse
Response envelope for incrementalForecastingSummary. Contains the rows
requested (data), pagination info, and metadata describing the query.
type IncrementalForecastingSummaryResponse {
data: [IncrementalForecastingSummaryPoint!]!
pagination: PaginationInfo!
metadata: QueryMetadata!
}