edgedb-js icon indicating copy to clipboard operation
edgedb-js copied to clipboard

Support nested inserts with plain data

Open colinhacks opened this issue 3 years ago • 0 comments

e.insert(e.User, {
  name: "Colin",
  posts: [{ title: "My blog post" }]
})

colinhacks avatar Mar 31 '22 04:03 colinhacks