is there a way to disconnect all nodes for a relat...
# orm-help
z
is there a way to disconnect all nodes for a relation without iterating all connected nodes first... something like
Copy code
mutation {
  updateUser(
    where: { id: "o5FGT6i1xyGEMRXShMPU71ZGd" }
    data: {
      editorForStations: { *CLEAR ALL CONNECTED NODES* }
    }
  ) {
    id
  }
}
n
No.
z
ok, it's nice to have - not essential