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
Similarly, for update mutations, a .save call is also applied before the before_save call.
I think the naming set by the library for these hooks is unfortunate. However, I think trying to remove all save calls in the internal methods (.create_obj and .update_obj) might be tricky and impose breaking changes. But either that has to happen, or the naming has to change.
I'll put some priority on resolving this task and keep you posted on which direction I move in.
I've the following code,
before_save
doesn't get executed (I copied the example in docs)this is what I get:
It's supposed to provide the owner object through the before_save, right?
The text was updated successfully, but these errors were encountered: