OBJECT
GenericDrilldownDataGridViewItems
link GraphQL Schema definition
- type GenericDrilldownDataGridViewItems implements ListingViewInterface, SnapshotIndexedDataInterface {
- # Total number of results in the view
- Int! :
- # Session that identifies consistent snapshot of the view data used for scrolling
- String! :
- # Row items of scrollable view
- DataGridViewItem!]! : [
- # Sums of numeric fields
- FieldDataContainer!]! : [
- # Averages of numeric fields
- FieldDataContainer!]! : [
- }