Muhammed Hafiz
09/27/2022, 11:48 AM{
"_id": {
"$oid": "61cd48ae528ffa2b3e44010e"
},
"name": {
"en": "Arwa Water 24 X 500ml",
"ar": "AR content ",
},
"description": {
"en": "Stay hydrated in a healthy way with this water, It is sure to quench your thirst and nourishes your body with all the essential vitamins and minerals"
},
*mrp*: 17,
*stock*: 100,
*packing*: "24"
}
Currently i use mongoose
and mongoose-intl
to retrieve language only data like this according to the language set, is it possible to achieve this with Prisma?
if not, what are the alternatives?
{
"_id": {
"$oid": "61cd48ae528ffa2b3e44010e"
},
"name": "Arwa Water 24 X 500ml",
"description": "Stay hydrated in a healthy way with this water, It is sure to quench your thirst and nourishes your body with all the essential vitamins and minerals",
*mrp*: 17,
*stock*: 100,
*packing*: "24"
}
Muhammed Hafiz
09/27/2022, 3:08 PMMuhammed Hafiz
09/27/2022, 3:10 PMVladi Stevanovic
Vladi Stevanovic
Nurul
09/30/2022, 12:05 PMMuhammed Hafiz
09/30/2022, 12:32 PMNurul
09/30/2022, 2:16 PM