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
Ryan
10/30/2020, 2:38 PM
@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
Kaspar Naaber
10/30/2020, 2:39 PM
Thank you! Now I remember the differences between v1 and v2 also. 🙂
💯 1
Kaspar Naaber
10/30/2020, 2:40 PM
(Just started learning the version 2 and it was a lot of time ago when I first learned v1)
r
Ryan
10/30/2020, 2:48 PM
It will be much easier to learn and deploy v2 🙂