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
huv1k
01/22/2018, 10:33 PM
What schema you are referencing to?
e
ehodges
01/22/2018, 10:34 PM
The schema that you see in the playground.
ehodges
01/22/2018, 10:34 PM
and the schema that is in the datamodel.
ehodges
01/22/2018, 10:35 PM
maybe the desktop is showing the dev view?
ehodges
01/22/2018, 10:35 PM
I don't have that panel open.
h
huv1k
01/22/2018, 10:37 PM
So autogenerated schema from datamodel? Or do you have some application schema defined with yoga?