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

21 lines
266 B
GraphQL

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