feature/IO-3499-React-19 Checkpoint

This commit is contained in:
Dave
2026-01-22 11:53:29 -05:00
parent 7fe9098f69
commit 48336b88e0
4 changed files with 20 additions and 7 deletions

View File

@@ -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 {