mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 23:49:02 +00: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