/graphql-nodejs-demo

Demo Node.js server with GraphQL

Primary LanguageJavaScriptMIT LicenseMIT

GraphQL Node.js

Demo Node.js server with GraphQL

Basic

  1. node server.js
  2. Go to http://localhost:3000/graphql?query={user(id:%221%22){name}}