Skip to main content

hourlyForecasts

Reads a set of HourlyForecast.

hourlyForecasts(
filter: HourlyForecastFilter
first: Int
offset: Int
orderBy: [HourlyForecastOrderBy!]
): [HourlyForecast!]

Arguments

hourlyForecasts.filter ● HourlyForecastFilter input

A filter to be used in determining which values should be returned by the collection.

hourlyForecasts.first ● Int scalar

Only read the first n values of the set.

hourlyForecasts.offset ● Int scalar

Skip the first n values.

hourlyForecasts.orderBy ● [HourlyForecastOrderBy!] list enum

The method to use when ordering HourlyForecast.

Type

HourlyForecast object