OBJECT
ForecastListViewOptions
link GraphQL Schema definition
- type ForecastListViewOptions {
- # Columns shown in the forecast list view, each with its width and display
- # options.
- : [GridColumnsOutput!]!
- # Id of the field the list view is sorted by.
- : ID!
- # Direction the list view is sorted in — Ascending or Descending.
- : SortOrder!
- }