This repository was archived by the owner on Sep 2, 2022. It is now read-only.
1.10.0 (2018-06-19)
Changes
Bugfixes
- BREAKING: Fixed an inconsistency when a self-relation had only one field #2515
- Fixed a bug when setting a unique field to null #2576
- Fixed a regression where the updatedAt field was not being updated #2571
- Fixed a bug where the node query would return the wrong typename #2565
- Fixed endpoint when dynamically generated
#2569 - Fixed cleanup of .import folder
#2625
New Features
- Implemented the execution of connect, disconnect and delete when nested in the create or update branches of an upsert mutation #2565
- The default node limit of 1000 has been removed. That means that queries can now return more than 1000 nodes, when no pagination parameters have been specified.