Add chat-side CRM diff panel with keep/rollback flow
This commit is contained in:
@@ -13,6 +13,16 @@ query ChatMessagesQuery {
|
||||
output
|
||||
at
|
||||
}
|
||||
changeSetId
|
||||
changeStatus
|
||||
changeSummary
|
||||
changeItems {
|
||||
entity
|
||||
action
|
||||
title
|
||||
before
|
||||
after
|
||||
}
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
mutation ConfirmLatestChangeSetMutation {
|
||||
confirmLatestChangeSet {
|
||||
ok
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
mutation RollbackLatestChangeSetMutation {
|
||||
rollbackLatestChangeSet {
|
||||
ok
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user