how can i return list of created ids when using cr...
# prisma-client
y
how can i return list of created ids when using createMany(data: {}) ?
r
Hey @Yousuf Hasan 👋 Unfortunately it’s not possible currently, you would need to create first and then fetch the id’s via
findMany
. I would suggest creating a feature request here for the same so that we can look into this 🙂