You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not make any sense to me, why we have AlertType while I was expecting it to have alertTypeId instead. And instead the AlertCreateManyInput kinda makes more sense but the naming this time is not correct IMO:
I also saw issue #219 which also has the same issue since we have AlertCreateManyAlertTypeInput which does not have any of relation fields but its name is really confusing.
I would love to see/contribute on making this naming better. @unlight how can I make this change. I am not sure from where I should start TBH. And I also fear this might introduce breaking change.
The text was updated successfully, but these errors were encountered:
Here is my
schema.prisma
:Why when I run the
prisma generate
myAlertCreateInput
looks like this:This does not make any sense to me, why we have
AlertType
while I was expecting it to havealertTypeId
instead. And instead theAlertCreateManyInput
kinda makes more sense but the naming this time is not correct IMO:I also saw issue #219 which also has the same issue since we have
AlertCreateManyAlertTypeInput
which does not have any of relation fields but its name is really confusing.I would love to see/contribute on making this naming better. @unlight how can I make this change. I am not sure from where I should start TBH. And I also fear this might introduce breaking change.
The text was updated successfully, but these errors were encountered: