Changes
Bugfixes
- 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
- BREAKING: Fixed an inconsistency when a self-relation had only one field #2515
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.