Git Clone npm install npm start In VSCode with REST extension Method 1 POST http://localhost:4000/graphql Content-Type: application/json { "query": "query { hello }" } Method 2 POST http://localhost:4000/graphql Content-Type: application/graphql query { hello }