Merge branch 'release/2023-05-19' into feature/america

This commit is contained in:
Patrick Fic
2023-05-17 13:49:05 -07:00
15 changed files with 330 additions and 50 deletions

View File

@@ -13,6 +13,7 @@ export const INSERT_NEW_NOTE = gql`
text
updated_at
audit
type
}
}
}
@@ -41,6 +42,7 @@ export const QUERY_NOTES_BY_JOB_PK = gql`
text
updated_at
audit
type
}
}
}
@@ -60,6 +62,7 @@ export const UPDATE_NOTE = gql`
text
updated_at
audit
type
}
}
}