IO-2520 Adjust to imexshopid instead of shopname & prettify

This commit is contained in:
Allan Carr
2024-01-12 21:06:39 -08:00
parent 04cff4acb1
commit ebe5c5b113
2 changed files with 12 additions and 5 deletions

View File

@@ -1739,8 +1739,8 @@ exports.GET_ENTEGRAL_SHOPS = `query GET_ENTEGRAL_SHOPS {
}
}`;
exports.GET_KAIZEN_SHOPS = `query GET_KAIZEN_SHOPS($shopname: [String]) {
bodyshops(where: {shopname: {_in: $shopname}}){
exports.GET_KAIZEN_SHOPS = `query GET_KAIZEN_SHOPS($imexshopid: [String]) {
bodyshops(where: {imexshopid: {_in: $imexshopid}}){
id
shopname
address1