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
When JSON API responds with updated relationship information, it does not include the full resource. This causes out-of-date or missing Meta attributes on resources that were created as includes on the operation. When a model is created or updated with includes, the included models should not be cached and the relationship should be forced to be re-fetched.
The text was updated successfully, but these errors were encountered:
zeitlerc
changed the title
Do not cache includes
Do not cache includes on create/update
Nov 15, 2017
When JSON API responds with updated relationship information, it does not include the full resource. This causes out-of-date or missing Meta attributes on resources that were created as includes on the operation. When a model is created or updated with includes, the included models should not be cached and the relationship should be forced to be re-fetched.
The text was updated successfully, but these errors were encountered: