Custom GraphQL+Express API template for NodeJS servers.
- GraphQL schema with
- Object types
- Input objects
- Interfaces
- Query handlers/resolvers
- Example queries
- query with
- arguments
- variables
- fragments
- conditional fragments
- directives
- mutation with
- variables
- Input objects
- fetch with 'node-fetch'
- HTTP request
- Promise aware
- query with
- Schema
- Union type
- Handlers/resolver
- Simulate real objects instead of creating new ones all the time
Any comments and contributions are much welcome!