is there any good reason why this doesn't work? ``...
# orm-help
z
is there any good reason why this doesn't work?
Copy code
mutation {
  updateManyForms(
    data: {
      department: {connect: {id:"cjg2myp3t0z6l0b26tbmvefyy"}}      
    }
  ) {
    count
  }
}
no errors but all forms have department set as null