Hajnal Benjamin
05/13/2019, 5:56 PMThe fields annotated with the @id, @createdAt and @updatedAt directives are managed by Prisma and read-only in the exposed Prisma API.
however the generated <Model>CreateInput includes the @id field and a new record can be inserted by custom id. Is it a bug or the documentation is outdated?Jared
05/13/2019, 5:57 PM@Id
has a custom id supportJared
05/13/2019, 5:57 PMHarshit
05/13/2019, 5:57 PMHajnal Benjamin
05/13/2019, 6:02 PMHajnal Benjamin
05/13/2019, 6:04 PM