adding order type to the show orders for the update

This commit is contained in:
José Salazar
2026-02-18 14:31:33 -05:00
parent 75e534620d
commit b3f141e2dc

View File

@@ -354,7 +354,7 @@ query listShiftRolesByBusinessAndDateRange(
locationAddress
title
status
order { id eventName }
order { id eventName orderType }
}
}
}