feature/IO-3499-React-19 Checkpoint
This commit is contained in:
@@ -45,6 +45,9 @@ export const CONVERSATION_LIST_QUERY = gql`
|
||||
}
|
||||
}
|
||||
job_conversations {
|
||||
jobid
|
||||
conversationid
|
||||
id
|
||||
job {
|
||||
id
|
||||
ro_number
|
||||
@@ -87,6 +90,7 @@ export const GET_CONVERSATION_DETAILS = gql`
|
||||
job_conversations {
|
||||
jobid
|
||||
conversationid
|
||||
id
|
||||
job {
|
||||
id
|
||||
ownr_fn
|
||||
@@ -122,6 +126,7 @@ export const CONVERSATION_ID_BY_PHONE = gql`
|
||||
unreadcnt
|
||||
created_at
|
||||
job_conversations {
|
||||
id
|
||||
jobid
|
||||
conversationid
|
||||
job {
|
||||
@@ -151,6 +156,7 @@ export const CREATE_CONVERSATION = gql`
|
||||
label
|
||||
unreadcnt
|
||||
job_conversations {
|
||||
id
|
||||
jobid
|
||||
conversationid
|
||||
job {
|
||||
|
||||
Reference in New Issue
Block a user