feature/IO-3638-Reynolds-OpenSearch - Add Search on DMS id in Reynolds shops

This commit is contained in:
Dave
2026-04-09 11:14:17 -04:00
parent a4dbc5250e
commit 8a4679f86c
5 changed files with 103 additions and 38 deletions

View File

@@ -2442,6 +2442,9 @@ exports.ACTIVE_SHOP_BY_USER = `query ACTIVE_SHOP_BY_USER($user: String) {
associations(where: {active: {_eq: true}, useremail: {_eq: $user}}) {
id
shopid
bodyshop {
rr_dealerid
}
}
}`;