Skip to content

Custom GraphQL+Express API template for NodeJS servers.

License

Notifications You must be signed in to change notification settings

sindelio/graphql-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published