Prisma Auth example: I made additions to the datam...
# prisma-whats-new
e
Prisma Auth example: I made additions to the datamodel on the user type. I ran prisma deploy and the console said the new fields were made. I reloaded the playground and the changes are not in the schema. What am I missing? More mystery: I get the new additions to the schema in the desktop playground, along with a bunch of other things that are not in the web based version...except the signup mutation. What's up with that?
h
What schema you are referencing to?
e
The schema that you see in the playground.
and the schema that is in the datamodel.
maybe the desktop is showing the dev view?
I don't have that panel open.
h
So autogenerated schema from datamodel? Or do you have some application schema defined with yoga?
e
yeah, the autogenerated schema.