Giter VIP home page Giter VIP logo

Comments (4)

nikolasburk avatar nikolasburk commented on July 20, 2024 1

I just updated the quickstart tutorials and fixed the issues, thanks for bringing this up @emipc! 🙌

from node-graphql-server.

emipc avatar emipc commented on July 20, 2024

I was running graphcool playground instead of graphql playground. My fault!

from node-graphql-server.

kbrandwijk avatar kbrandwijk commented on July 20, 2024

Well, both the start script should use the graphql playground instead, and also the instructions in the tutorial are wrong, because graphcool playground will not show you what you see in the tutorial. @marktani

from node-graphql-server.

marktani avatar marktani commented on July 20, 2024

Please upgrade graphql-yoga to 1.2.0 and setup these scripts:

  "scripts": {
    "start": "nodemon -e js,graphql -x node -r dotenv/config src/index.js",
    "debug": "nodemon -e js,graphql -x node --inspect -r dotenv/config src/index.js",
    "playground": "graphql playground",
    "dev": "npm-run-all --parallel start playground"
  },

yarn dev will start the server, and also a separate process for the Playground webserver (if you don't have electron installed). This should display both projects to the left.

from node-graphql-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.