``` mutation { createUser(name: "Bob") { id ...
# orm-help
j
Copy code
mutation {
  createUser(name: "Bob") {
    id
  }
}