feature/IO-3096-GlobalNotifications - Code Review Part 1
This commit is contained in:
@@ -525,6 +525,7 @@ export const GET_JOB_BY_PK = gql`
|
||||
iouparent
|
||||
job_totals
|
||||
job_watchers {
|
||||
id
|
||||
user_email
|
||||
}
|
||||
joblines(where: { removed: { _eq: false } }, order_by: { line_no: asc }) {
|
||||
|
||||
@@ -12,6 +12,7 @@ export const GET_NOTIFICATIONS = gql`
|
||||
created_at
|
||||
read
|
||||
job {
|
||||
id
|
||||
ro_number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user