Files
clientsflow/frontend/graphql/operations/communications.graphql

20 lines
253 B
GraphQL

query CommunicationsQuery {
communications {
id
at
contactId
contact
contactInboxId
sourceExternalId
sourceTitle
channel
kind
direction
text
audioUrl
duration
transcript
deliveryStatus
}
}