I'm trying to update the `email` and `password` fi...
# prisma-whats-new
a
I'm trying to update the
email
and
password
field on a User via a mutation. However when I run the mutation in graphcool playground, i get an error saying that the
email
and
password
fields don't exist. This problem doesn't happen when I switch the field to another field on my User object. Suggestions?