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
Problem:
I generated a prisma.graphql and the operation input is different with the old version, suppose the operation input of old version is correct.
why i concern this:
i use the prisma.graphql to generate the typescript's type and it's different with the prisma-client type because the prisma.graphql operation input is set as optional
The text was updated successfully, but these errors were encountered:
Problem:
I generated a prisma.graphql and the operation input is different with the old version, suppose the operation input of old version is correct.
old version operation input of
prisma.graphql
:new version operation input of
prisma.graphql
:old version dependency:
new version dependency:
why i concern this:
i use the prisma.graphql to generate the typescript's type and it's different with the prisma-client type because the prisma.graphql operation input is set as optional
The text was updated successfully, but these errors were encountered: