Hi guys, first of all thank you for the beautiful ...
# orm-help
g
Hi guys, first of all thank you for the beautiful work on howtographql.com - it's a so helpful tutorial. 🙂 Just one question though on the GraphQL Playground. When following the step-1 of the tutorial, I can't seem to have the left side-menu on my
GraphQL Playground
to choose the database... (neither in the Web nor Desktop version). Any clue why it aint showing up?
n
Hey Glenn 👋 would you mind sharing a link for the page where this screenshot is shown? 🙂
g
Hey Nik 👋, thanks for your quick response. This is exactly the tutorial you wrote, I s'ppose 🙃 https://www.howtographql.com/react-apollo/1-getting-started/
n
Ah yes, sorry! The tutorial is actually a little bit outdated and shows a previous version of the Playground where you had access to the database through Prisma as well. The screenshots need to be updated, the left side-bar isn't expected to show up any more! 🙂
g
Aah, I see. I thought I could quickly delete an item from the DB via the UI if I had access to that
dev
database node. Do you have any suggestion how can I quickly delete an item (e.g. a post entry) then? 😋
n
You should be able to do that in Prisma Admin that you can access by appending
/_admin
to your Prisma service endpoint (the one that's set in prisma.yml) in the browser. For example:
Copy code
<https://eu1.prisma.sh/nikolas/server/dev/_admin>
g
Oh, great! It's all good now. Thank you again for your time and have a good day 🙇🏻
🙌 1