OBJECT

BulkUpdateResult

link GraphQL Schema definition

  • type BulkUpdateResult {
  • count: Int!
  • notAvailableCount: Int!
  • # Session that identifies consistent snapshot of the view data used for scrolling
  • sessionId: String
  • # First entity id from session.
  • firstEntityId: ID
  • }