what is the difference between ``` mutation { a...
# orm-help
a
what is the difference between
Copy code
mutation {
  addTodo
}
and
Copy code
mutation addTodo {
}