refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
19
frontend/graphql/operations/communications.graphql
Normal file
19
frontend/graphql/operations/communications.graphql
Normal file
@@ -0,0 +1,19 @@
|
||||
query CommunicationsQuery {
|
||||
communications {
|
||||
id
|
||||
at
|
||||
contactId
|
||||
contact
|
||||
contactInboxId
|
||||
sourceExternalId
|
||||
sourceTitle
|
||||
channel
|
||||
kind
|
||||
direction
|
||||
text
|
||||
audioUrl
|
||||
duration
|
||||
transcript
|
||||
deliveryStatus
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user