This repository was archived by the owner on Apr 17, 2023. It is now read-only.
0.16.0-alpha1
Pre-release
Pre-release
·
458 commits
to master
since this release
New Features
-
Requiring
_id: GraphbackObjectIDprimary key for MongoDB (#1769).
This fixes issues below related to primary key in MongoDB:- #1731, #1626 Ineffecient and wrong mapping of the
idfield - #1625 Filters on "id: ID" field not working
NOTE: If you are migrating from 0.15 or previous versions of Graphback, you may be required to update relationship fields so that their values (previous stored as
String) are of typeObjectID. - #1731, #1626 Ineffecient and wrong mapping of the
Bug Fixes
- Do not remove directives on Object Types in generated schema (#1767), fixed by (22c7a1da62e2752a21db4e4552e970aa93ba37ae)