``` mutation { createTask( title: "Example t...
# prisma-whats-new
s
Copy code
mutation {
  createTask(
    title: "Example title", 
    description: "Example description"
    effortId: "cjbiafzl81e2c01740pknv81w"
  ) {
    id
  }
}