OBJECT
DashboardGridData
link GraphQL Schema definition
- type DashboardGridData implements DashboardChartId {
- : String
- : DashboardChartError
- # Arguments
- # filter: [Not documented]
- # searchQuery: Fulltext search by string. When null, search is
- # not applied.
- # sortBy: Options settings for tab grid listing
- # sortOrder: Options settings for tab grid sort order listing
- # displayColumn: List of columns to be displayed represented by
- # their field idOrder of the display columns is kept in results, but frontend
- # shouldkeep and watch it's own columns order map to optimize some user operations
- # like remove of the column or moving column to a different position
- # highlightChanges: [Not documented]
- # limit: Max item returned in the call
- # offset: Offset scroll index, starting at 0
- # maxRecords: Max total records to return. If null, then no
- # limit.
- (
- : DrilldownFilterJSONString,
- : String,
- : ID!,
- : SortOrder!,
- : [DisplayColumnParams!]!,
- : GridHighlightChangesParams,
- : Int,
- : Int,
- : Int
- ): GenericDrilldownDataGridViewItems!
- }