Hello everyone, I updated my datamodel.prisma but ...
# orm-help
j
Hello everyone, I updated my datamodel.prisma but in graphql playground I dont see refresh option and I am unable to refresh schema in playground. Any ideas?
s
You have to deploy the schema, else the schema wont reflect in playground.
j
Oh yea. Thank you💯
r
@Jayanth Also if you’re getting started, do start with Prisma 2 as that is the latest which will be getting new features.
j
Thanks Ryan. will do 👍.
👍 1