Backend Plugin for graphql-factory
graphql-factory-backend
builds off of the JSON definitions used in graphql-factory
to dynamically build relationships and handler functions or give complete control to the developer.
To provide an extended definition to graphql-factory
that allows developers to produce APIs faster and across multiple database/storage platforms using a common backend class that can be extended for added functionality
Full documentation is available in the WIKI
This project is still under development and should not be used in production
Currently RethinkDB
is the only backend database supported. Future plans include MongoDB
and knex
compatible databases
- Relationship aware resolve functions
- Automatic schema definition construction
- Overridable resolve functions