feat(chat): add contact inbox sources with per-user hide filters
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mutation SetContactInboxHidden($inboxId: ID!, $hidden: Boolean!) {
|
||||
setContactInboxHidden(inboxId: $inboxId, hidden: $hidden) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user