Hello! Do I remember correctly that the graphql pl...
# orm-help
k
Hello! Do I remember correctly that the graphql playground for prisma had some sort of a admin view where I could edit data in a table format? Or do I remember something wrongly? 🤔
r
@Kaspar Naaber 👋 That was in the older version of Prisma (Prisma 1) where you could view that. In the current version of Prisma (Prisma 2) there is no GraphQL Playground as Prisma 2 is just an ORM and you can use it in either REST or GraphQL. You can use Studio to edit the data in a table format in Prisma 2.
k
Thank you! Now I remember the differences between v1 and v2 also. 🙂
💯 1
(Just started learning the version 2 and it was a lot of time ago when I first learned v1)
r
It will be much easier to learn and deploy v2 🙂
k
I totally agree!