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 Apr 20, 2018. It is now read-only.
If you manipulated your result object so that the property you want to remove is not at the root level or inside result.data as an array then it won't be removed. This is the case with auth. We set the response to be:
but because we cannot scope the fields to be removed they still won't be using the remove hook. The same goes for the other hooks that manipulate data.
The text was updated successfully, but these errors were encountered:
If you manipulated your
result
object so that the property you want to remove is not at the root level or insideresult.data
as an array then it won't be removed. This is the case with auth. We set the response to be:The password won't be removed when using the current
remove
hook. Ideally, the response from auth should be:but because we cannot scope the fields to be removed they still won't be using the remove hook. The same goes for the other hooks that manipulate data.
The text was updated successfully, but these errors were encountered: