You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcarrito=awaitprisma.carrito.create({data: {productos: {create: [{producto: {connect: {id: 1},// Conectar con el producto con id 1},cantidad: 2,// Cantidad de este producto},{producto: {connect: {id: 2},// Conectar con el producto con id 2},cantidad: 3,// Cantidad de este producto},],},},});
The text was updated successfully, but these errors were encountered:
Ejemplo:
The text was updated successfully, but these errors were encountered: