OBJECT

ProcessEntityOperationExtras

link GraphQL Schema definition

  • type ProcessEntityOperationExtras {
  • # When the owner changes, keep the previous owner as an editor of the record.
  • keepOwnerAsEditor: Boolean
  • # Whether to send invitations to attendees when the operation sets appointment
  • # attendees.
  • sendInvitations: Boolean
  • }