Just wanted to ask this again if anyone has had ex...
# prisma-whats-new
a
Just wanted to ask this again if anyone has had experience with nested mutations
a
@aurnik Don't think so. See the docs on nested create and update mutations (https://www.graph.cool/docs/reference/simple-api/nested-update-mutations-tu9ohwa1ui/). Connecting to an existing node works by specifying authorId: ".....", creating a new author by author: { name: "...." }
👍 1