New
Release 3.5.0.3
This is is a minor release with
- A new auto-generated mergeXxxx mutation for merging objects (instead of create or update), only works with objects with an ID. Thanks to @nanic for the original PR.
- A fix for running in causal clusters to propagate updated IDL, using an timestamp stored in the graph and a 10s check interval for updates.
- The addition of the new neo4j-graphql-java transpiler as an experimental endpoint.
- An
/graphql/idlendpoint that returns the rendered IDL to the user. Thanks to @sgratzl for the contribution.