monthlyForecasts
Reads a set of MonthlyForecast.
monthlyForecasts(
filter: MonthlyForecastFilter
first: Int
offset: Int
orderBy: [MonthlyForecastOrderBy!]
): [MonthlyForecast!]
Arguments
monthlyForecasts.filter ● MonthlyForecastFilter input
A filter to be used in determining which values should be returned by the collection.
monthlyForecasts.first ● Int scalar
Only read the first n values of the set.
monthlyForecasts.offset ● Int scalar
Skip the first n values.
monthlyForecasts.orderBy ● [MonthlyForecastOrderBy!] list enum
The method to use when ordering MonthlyForecast.