You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
* (#53) Check whether arraySchema and entity schema belong to the same type
* (#53) Remove referenced props on delete action with same schema type
* (#53) Optimistic remove
* (#53) Handle self-referential schemas
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Assume
post
andcomment
entities and their schema definition as:Make a
DELETE
request to/api/comments/comment1
.comments
is empty/api/posts
, our store atposts['post1'].comments
still containscomment1
referenceThe text was updated successfully, but these errors were encountered: