You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx graphql-cli create -b gramps-graphql/data-source-base data-source-mydata
# 📂 move into the newly-created data source
cd $_
# 🚀 start the GraphQL Playground with your spankin’ new data source
yarn dev
I read somewhere that it might have to do with my NODE_ENV so I set it to "local", but that doesn't work either. Could anyone help me debug this? Thanks!
Yarn version: 1.3.2
Node version: 8.9.4
I'm following the Quick Guide here - part 1 (which is essentially the 3 commands above)