If you have this entity: ```json { "@id": "/foo/1", "title": "first foo" } ``` and you send the same, the UnitOfWork will try to put this: ```json {} ``` Which is useless. If the unit of work returns an empty diff, we should not send the request
Activity