howtographql: Prisma tutorial playground missing left side menu

Trying to follow the Prisma tutorial (https://www.howtographql.com/graphql-js/2-queries/), and when it has you open the playground, there’s no left-side menu where you can select the two different APIs. The tutorial shows this:

image

However, when I run the yarn start command, I get the following:

image

Is there a missing setting somewhere that’s not mentioned in the tutorial?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 1
  • Comments: 25 (1 by maintainers)

Most upvoted comments

try yarn run dev

(not work now! 21 Mar 2019)

Yup, that works. Thanks!

Hopefully this will be updated in the tutorial.

@SlowburnAZ @nikolasburk I dont see a yarn run dev script or changes in the tutorial. any tips would be appreciated