Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@b1zzu b1zzu released this 27 Nov 08:48
· 253 commits to master since this release

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()