This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: aerogear/graphback
Releases · aerogear/graphback
0.8.3
0.8.2
0.8.1
0.8.0
Graphback
Features
- Added ability to generate client side queries according to data model.
Graphback-cli
Fixes
- Removed dependency from docker when using sqlite3, changed redis subscriptions
to inmemory subscriptions.
Templates
Fixes
- Changed scripts of templates.
0.7.2
0.7.1
0.7.0
0.7.0 (12th August, 2019)
Graphback
Features
- Added new
@disableGen
directive that allows user to disable CRUD operation for
single type
Templates
Features
- Added new GraphQL-js starter template, that uses GraphQL.js library.
- Added ability to use custom templates
graphback init name --templateUrl=https://github.com/aerogear/modern-appdev-workshop
0.6.0
0.5.0
Graphback
Features
- Added ability to perform CRUD generation based on configuration flags
The generation will now be based on config.json file that will contain properties
for all resolver types that need to generated. Please refer to documentation for more information - Added ability for custom Queries/Mutations/Subscriptions. Users can generate empty resolver stubs for their implementation.
Fixes
- Modularized resolver output into separate files(based on types) instead of a single one. Also added custom resolvers.
Graphback-cli
Fixes
- Changed resolvers output format from a single resolver file to multiple files. Also added custom resolvers in generate
Templates
Fixes
- Dropped generated folder and change structure for template accordingly. Generated content will be now inside
src
folder instead.
0.4.0
Templates
Features
- Added Sofa (https://github.com/Urigo/SOFA/) template that allows generating restful API along with GraphQL one.