Merged in release/2025-12-19 (pull request #2723)

feature/IO-3402-Import-Add-Notifiers - Fix
This commit is contained in:
Dave Richer
2025-12-18 23:26:55 +00:00
3 changed files with 27 additions and 14 deletions

View File

@@ -2919,6 +2919,15 @@ exports.GET_BODYSHOP_BY_ID = `
}
`;
exports.GET_BODYSHOP_WATCHERS_BY_ID = `
query GET_BODYSHOP_BY_ID($id: uuid!) {
bodyshops_by_pk(id: $id) {
id
notification_followers
}
}
`;
exports.GET_DOCUMENTS_BY_JOB = `
query GET_DOCUMENTS_BY_JOB($jobId: uuid!) {
jobs_by_pk(id: $jobId) {