Releases: Vincit/objection-graphql
Releases · Vincit/objection-graphql
0.2.2
What's new
- Added support for fragments #10
- Added support for variables #11
- Add
selectFiltering
method for disabling select filtering #9
0.2.0
What's new
- Support for
HasOneRelation
and HasOneThroughRelation
- Only needed columns are now selected from the database. Previously all columns were selected and then stripped by graphql.
- Minimum node version is now 0.4.0.