is there a way to set a new field named `selectedI...
# orm-help
a
is there a way to set a new field named
selectedId
equal to the
id
that was recently created by prisma when using
.create()
? i need this bcz i want to keep track of selected id on the server-side?