Files
openapi-generator-original/modules/openapi-generator/src/main/resources/graphql-nodejs-express-server
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
..

# GraphQL express API server

{{#appDescription}}
{{{appDescription}}}
{{/appDescription}}

## 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