feature/IO-3499-React-19 Checkpoint
This commit is contained in:
@@ -7,9 +7,9 @@ export const INSERT_CONVERSATION_TAG = gql`
|
||||
on_conflict: { constraint: job_conversations_pkey, update_columns: jobid }
|
||||
) {
|
||||
returning {
|
||||
jobid
|
||||
conversationid
|
||||
id
|
||||
conversationid
|
||||
jobid
|
||||
conversation {
|
||||
id
|
||||
job_conversations {
|
||||
@@ -17,6 +17,7 @@ export const INSERT_CONVERSATION_TAG = gql`
|
||||
jobid
|
||||
conversationid
|
||||
job {
|
||||
id
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_co_nm
|
||||
|
||||
Reference in New Issue
Block a user