William Cheng 03711d572f
Rename graphql-server to graphql-nodejs-express-server (#1822)
* rename graphql server

* update windows batch file

* fix openpai3 shell script
2019-01-15 22:54:06 +08:00

398 B

GraphQL express API server

This is a sample server Petstore server. For this sample, you can use the api key special-key to test the authorization filters.

Requirements

  • node 10+

Gettings started

npm install
npm run start

TODOs

  • use ID-type for unique identifiers instead of Int (detect UUID)
  • add example responses to resolvers.mustache
  • support for union types