OBJECT

ForecastListViewOptions

link GraphQL Schema definition

  • type ForecastListViewOptions {
  • # Columns shown in the forecast list view, each with its width and display
  • # options.
  • columns: [GridColumnsOutput!]!
  • # Id of the field the list view is sorted by.
  • sortBy: ID!
  • # Direction the list view is sorted in — Ascending or Descending.
  • sortOrder: SortOrder!
  • }