If a `project` hasMany `projectImages` when runnin...
# orm-help
h
If a
project
hasMany
projectImages
when running a create how can we loop and connect n create those new records for
projectImages
r
If you’re receiving an array of
projectImages
id’s, you can use
map
inside
prisma.project.update
to connect the
projectImages
.