Is there a way to modify the way Prisma database g...
# prisma-whats-new
a
Is there a way to modify the way Prisma database generates IDs?
And/or make IDs fillable in the mutations?
n
using import you can import any ids that aren't longer than 25 characters. The Prisma API does not offer a way to specify your own ids yet, but here's a discussion about that: https://github.com/graphcool/prisma/issues/1278 feel free to reignite the discussion there 🙂