I want to use merge instead of create for making nodes. Since GraphQL does not make the merge statement for me, I am trying to make it myself.
This is what I am tying.
type Mutation {
MergeLesson(id: ID!, name: String!, language: String!, dialect:...