graphql-boilerplates / typescript-graphql-server

Boilerplate code for scalable, production-ready GraphQL servers written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground on localhost:4000 in `basic` only shows `app` but not DB Playground

nikolasburk opened this issue · comments

I've set NODE_ENV to dev but it only shows the app Playground from the config and no sidebar at all

Make sure it isn't dev{whitespace}, I had that happen once...

Not relevant anymore.