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