INTERFACE

SnapshotIndexedDataInterface

link GraphQL Schema definition

  • interface SnapshotIndexedDataInterface {
  • # Session that identifies consistent snapshot of the view data used for scrolling
  • sessionId: String!
  • # Total number of results in the view
  • total: Int!
  • # Row items of scrollable view indexed by number
  • items: [ViewItemInterface!]!
  • }