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