I’m getting this after removing the `name` field f...
# orm-help
k
I’m getting this after removing the
name
field from
User
, even tho I’m not using it anywhere:
Error: Field name not found in type User
what’s the fix?
m
did you regenerate the types?
k
yes
definition(t) { t.prismaFields([“id”, “name”, “email”]); }
simpsons hide in bushes gif
m
I guess it’s solved now 😄
n
hahaahahahaha
k
😄