© 2026 Hedgehog Software, LLC
create
createMany
prismaClient.opinion({ name: 'something', favorite_fruit: { createMany: { data: [{ name: 'tomato' }, { name: 'orange' }] } } })
'tomato'
'orange'