couldn’t find answer for it anywhere: I want subsc...
# orm-help
m
couldn’t find answer for it anywhere: I want subscription for deleted nodes and I have a query for
Copy code
previousValues {
        id
      }
this is the response:
"previousValues": { "id": "StringIdGCValue(ID)"}
is it wanted behavior? why not return
id
only?