Skip to main content

MonthlyForecast

No description

type MonthlyForecast {
baselineExportedKwh: Float
baselineImportedKwh: Float
createdAt: Datetime!
dailyConsumedKwh: Float
dailyGeneratedKwh: Float
design: Design
designId: String!
exportedKwh: Float
importedKwh: Float
month: Int
totalSavingsAmount: Currency
}

Fields

MonthlyForecast.baselineExportedKwh ● Float scalar

MonthlyForecast.baselineImportedKwh ● Float scalar

MonthlyForecast.createdAt ● Datetime! non-null scalar

MonthlyForecast.dailyConsumedKwh ● Float scalar

MonthlyForecast.dailyGeneratedKwh ● Float scalar

MonthlyForecast.design ● Design object

Reads a single Design that is related to this MonthlyForecast.

MonthlyForecast.designId ● String! non-null scalar

MonthlyForecast.exportedKwh ● Float scalar

MonthlyForecast.importedKwh ● Float scalar

MonthlyForecast.month ● Int scalar

MonthlyForecast.totalSavingsAmount ● Currency object

Returned By

monthlyForecasts query

Member Of

Design object