I am trying to learn GraphQL with Neo4j. I am having trouble understanding how to generate a graphql query to update a relationship between nodes
Below are the Mutations auto generated by neo4j-graphql.js to create a relationship between two objects
Below is the schema
It would be really great if someone can explain how to pass the arguments for the AddUSAIsequal mutation.
Appreciate any help!