mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 02:50:52 +00:00
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