behemothdan / letsgetcooking

Let's find something delicious to prepare in our own kitchen!
https://letsget.cooking
1 stars 0 forks source link

New versions of neo4j-graph-js and graphql breaking relation mutations #23

Closed behemothdan closed 5 years ago

behemothdan commented 5 years ago

Describe the bug Changes in the libraries were causing mutations that created relationships between recipes and other nodes to break.

To Reproduce Submit the recipe form.

Expected behavior Relationships should be created between the different nodes.

behemothdan commented 5 years ago

Certain parameters were no longer needed to be in the graphql query to create relationships. All the queries that existed before are working. User relationships are still not working that appears to be a separate issue,