forked from loafle/openapi-generator-original
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 ofInt
(detect UUID) - add example responses to resolvers.mustache
- support for union types