Merged in release/2024-03-14 (pull request #2155)

Release/2024 03 14
This commit is contained in:
Dave Richer
2025-03-05 22:33:06 +00:00
9 changed files with 366 additions and 24 deletions

View File

@@ -2818,6 +2818,7 @@ exports.INSERT_NOTIFICATIONS_MUTATION = ` mutation INSERT_NOTIFICATIONS($object
}
}`;
// REMEMBER: Update the cache_bodyshop event in hasura to include any added fields
exports.GET_BODYSHOP_BY_ID = `
query GET_BODYSHOP_BY_ID($id: uuid!) {
bodyshops_by_pk(id: $id) {