This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
0.1.0
Changelog
- Initial Release
- Support for nodejs test framework - mocha, jest, jasmine, ava
- Auto-generation of client queries and mutations -
getQueries()
,getMutations()
- Retrieve the generated graphql schema -
getGraphqlSchema()
- Retrieve the generated database schema -
getDatabaseSchema()
- Methods to controll the server execution -
start()
,stop()
,close()
- Pre-import a data set into the database -
setData()