Fixed up some messaging layout issues. BOD-78
This commit is contained in:
@@ -5,6 +5,15 @@ export const CONVERSATION_LIST_SUBSCRIPTION = gql`
|
||||
conversations {
|
||||
phone_num
|
||||
id
|
||||
job_conversations {
|
||||
job {
|
||||
id
|
||||
ro_number
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_co_nm
|
||||
}
|
||||
}
|
||||
messages_aggregate(
|
||||
where: { read: { _eq: false }, isoutbound: { _eq: false } }
|
||||
) {
|
||||
@@ -39,6 +48,9 @@ export const CONVERSATION_SUBSCRIPTION_BY_PK = gql`
|
||||
conversationid
|
||||
job {
|
||||
id
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_co_nm
|
||||
ro_number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user