Module 3
GraphQL Mutations
In this module, you will continue your hands-on exploration of the Neo4j GraphQL Library and GraphQL Toolbox.
You will create, update and delete data using GraphQL mutations.
You will use "nested mutations" with the Neo4j GraphQL Library to perform mutation operations with Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. and execute multiple updates in a single mutation operation.