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