This works ```mutation{ createJens( abesMany:[{n...
# orm-help
y
This works
Copy code
mutation{
  createJens( abesMany:[{navn:"henning"}]){id}
}