Refine CRM chat UX and add DB-backed pin toggle
This commit is contained in:
@@ -20,6 +20,7 @@ query DashboardQuery {
|
||||
kind
|
||||
direction
|
||||
text
|
||||
audioUrl
|
||||
duration
|
||||
transcript
|
||||
}
|
||||
|
||||
6
Frontend/graphql/operations/toggle-contact-pin.graphql
Normal file
6
Frontend/graphql/operations/toggle-contact-pin.graphql
Normal file
@@ -0,0 +1,6 @@
|
||||
mutation ToggleContactPinMutation($contact: String!, $text: String!) {
|
||||
toggleContactPin(contact: $contact, text: $text) {
|
||||
ok
|
||||
pinned
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user