Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 766 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 766 Bytes

GraphQL Template

Custom GraphQL+Express API template for NodeJS servers.

Features

  • 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

Future development

  • Schema
    • Union type
  • Handlers/resolver
    • Simulate real objects instead of creating new ones all the time

Contributions

Any comments and contributions are much welcome!

License

Do What The F*ck You Want To Public License