I have a mutation in my graphQL schema that I want to resolve manually.
I came across the cypherMutation function in the docs but I find the description a little lacking without an example.
Can someone provide a simple example using the cypherMutatio...