14 lines
178 B
GraphQL
14 lines
178 B
GraphQL
query ContactInboxesQuery {
|
|
contactInboxes {
|
|
id
|
|
contactId
|
|
contactName
|
|
channel
|
|
sourceExternalId
|
|
title
|
|
isHidden
|
|
lastMessageAt
|
|
updatedAt
|
|
}
|
|
}
|