This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: aerogear/graphql-testx
Releases · aerogear/graphql-testx
0.3.0
0.3.0-dev2
Merge pull request #119 from aerogear/bump-version prepare for release 0.3.0-dev2
0.2.0
0.2.0-dev3
chore: remove empty test directory
0.2.0-dev2
chore: prepare for release 0.2.0-dev2
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()