INTERFACE
SnapshotIndexedDataInterface
link GraphQL Schema definition
- interface SnapshotIndexedDataInterface {
- # 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 indexed by number
- ViewItemInterface!]! : [
- }