Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

1.10.0 (2018-06-19)

Compare
Choose a tag to compare
@mavilein mavilein released this 19 Jun 14:52
· 7047 commits to master since this release
1dee235

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.