Design
No description
type Design {
annualForecasts(
filter: AnnualForecastFilter
first: Int
offset: Int
orderBy: [AnnualForecastOrderBy!]
): [AnnualForecast!]!
batteryDesign: BatteryDesign
batteryDesignId: String
cashFlowForecasts(
filter: CashFlowForecastFilter
first: Int
offset: Int
orderBy: [CashFlowForecastOrderBy!]
): [CashFlowForecast!]!
createdAt: Datetime!
dailyForecasts(
filter: DailyForecastFilter
first: Int
offset: Int
orderBy: [DailyForecastOrderBy!]
): [DailyForecast!]!
evChargerDesign: EvChargerDesign
evChargerDesignId: String
forecastConfig: ForecastConfig
hourlyForecasts(
filter: HourlyForecastFilter
first: Int
offset: Int
orderBy: [HourlyForecastOrderBy!]
): [HourlyForecast!]!
id: String
monthlyForecasts(
filter: MonthlyForecastFilter
first: Int
offset: Int
orderBy: [MonthlyForecastOrderBy!]
): [MonthlyForecast!]!
paybackPeriod: String
quotes(
filter: QuoteFilter
first: Int
offset: Int
orderBy: [QuoteOrderBy!]
): [Quote!]!
siteId: String!
solarDesign: SolarDesign
solarDesignId: String
updatedAt: Datetime
}
Fields
Design.annualForecasts
● [AnnualForecast!]!
non-null object
Reads and enables pagination through a set of AnnualForecast
.
Design.annualForecasts.filter
● AnnualForecastFilter
input
A filter to be used in determining which values should be returned by the collection.
Design.annualForecasts.first
● Int
scalar
Only read the first n
values of the set.
Design.annualForecasts.offset
● Int
scalar
Skip the first n
values.
Design.annualForecasts.orderBy
● [AnnualForecastOrderBy!]
list enum
The method to use when ordering AnnualForecast
.
Design.batteryDesign
● BatteryDesign
object
Reads a single BatteryDesign
that is related to this Design
.
Design.batteryDesignId
● String
scalar
Design.cashFlowForecasts
● [CashFlowForecast!]!
non-null object
Reads and enables pagination through a set of CashFlowForecast
.
Design.cashFlowForecasts.filter
● CashFlowForecastFilter
input
A filter to be used in determining which values should be returned by the collection.
Design.cashFlowForecasts.first
● Int
scalar
Only read the first n
values of the set.
Design.cashFlowForecasts.offset
● Int
scalar
Skip the first n
values.
Design.cashFlowForecasts.orderBy
● [CashFlowForecastOrderBy!]
list enum
The method to use when ordering CashFlowForecast
.
Design.createdAt
● Datetime!
non-null scalar
Design.dailyForecasts
● [DailyForecast!]!
non-null object
Reads and enables pagination through a set of DailyForecast
.
Design.dailyForecasts.filter
● DailyForecastFilter
input
A filter to be used in determining which values should be returned by the collection.
Design.dailyForecasts.first
● Int
scalar
Only read the first n
values of the set.
Design.dailyForecasts.offset
● Int
scalar
Skip the first n
values.
Design.dailyForecasts.orderBy
● [DailyForecastOrderBy!]
list enum
The method to use when ordering DailyForecast
.
Design.evChargerDesign
● EvChargerDesign
object
Reads a single EvChargerDesign
that is related to this Design
.
Design.evChargerDesignId
● String
scalar
Design.forecastConfig
● ForecastConfig
object
Reads a single ForecastConfig
that is related to this Design
.
Design.hourlyForecasts
● [HourlyForecast!]!
non-null object
Reads and enables pagination through a set of HourlyForecast
.
Design.hourlyForecasts.filter
● HourlyForecastFilter
input
A filter to be used in determining which values should be returned by the collection.
Design.hourlyForecasts.first
● Int
scalar
Only read the first n
values of the set.
Design.hourlyForecasts.offset
● Int
scalar
Skip the first n
values.
Design.hourlyForecasts.orderBy
● [HourlyForecastOrderBy!]
list enum
The method to use when ordering HourlyForecast
.
Design.id
● String
scalar
Design.monthlyForecasts
● [MonthlyForecast!]!
non-null object
Reads and enables pagination through a set of MonthlyForecast
.
Design.monthlyForecasts.filter
● MonthlyForecastFilter
input
A filter to be used in determining which values should be returned by the collection.
Design.monthlyForecasts.first
● Int
scalar
Only read the first n
values of the set.
Design.monthlyForecasts.offset
● Int
scalar
Skip the first n
values.
Design.monthlyForecasts.orderBy
● [MonthlyForecastOrderBy!]
list enum
The method to use when ordering MonthlyForecast
.
Design.paybackPeriod
● String
scalar
Design.quotes
● [Quote!]!
non-null object
Reads and enables pagination through a set of Quote
.
Design.quotes.filter
● QuoteFilter
input
A filter to be used in determining which values should be returned by the collection.
Design.quotes.first
● Int
scalar
Only read the first n
values of the set.
Design.quotes.offset
● Int
scalar
Skip the first n
values.
Design.quotes.orderBy
● [QuoteOrderBy!]
list enum
The method to use when ordering Quote
.
Design.siteId
● String!
non-null scalar
Design.solarDesign
● SolarDesign
object
Reads a single SolarDesign
that is related to this Design
.
Design.solarDesignId
● String
scalar
Design.updatedAt
● Datetime
scalar
Returned By
designs
query
Member Of
AnnualForecast
object ● BatteryDesign
object ● CashFlowForecast
object ● DailyForecast
object ● EvChargerDesign
object ● ForecastConfig
object ● HourlyForecast
object ● MonthlyForecast
object ● Quote
object ● SolarDesign
object