# 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