You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
As you can see null values are passed down as an empty map. We do not use auto generated mutations, they are manually defined and they just call the "neo4jgraphql" function.
The text was updated successfully, but these errors were encountered:
After upgrading from 2.16.3 version to 2.19.2 we are no longer able to send null values to custom neo4j procedures.
Here are the params received through the graphql mutation:
And here is what neo4j-graphql-js sends downs:
As you can see null values are passed down as an empty map. We do not use auto generated mutations, they are manually defined and they just call the "neo4jgraphql" function.
The text was updated successfully, but these errors were encountered: