prisma / prisma-admin-feedback

Feedback for Prisma Admin (currently in invite-only preview)
6 stars 1 forks source link

New record form should use whateverCreateInput #139

Open hsantovena opened 5 years ago

hsantovena commented 5 years ago

Hi,

When you add new records with a schema that defines reserved fields as @createdAt, and you try to confirm, Prisma admin returns an error. This happens because those fields do not belong to the CreateInput type.