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