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
modelUser {/// @deprecated use userProfile insteadprofile@relation(fields: [profileId], references: [id])// BUT we cannot defined same relation twice in Prisma!!!userProfile@relation(fields: [profileId], references: [id])profileIdString!}
Any comment on this?
The text was updated successfully, but these errors were encountered:
Also if we do not have any other solution except rolling this breaking change out suddenly, that then goes against one of the core concepts of GraphQL which is giving our client time to adapt to new API and remove something when nobody is using it.
So I read this issue: #104
But my case is something like this:
Any comment on this?
The text was updated successfully, but these errors were encountered: