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
@zvkemp I was reading through the issues related to this in rails and see that fix got merged? You think changes need to be made in graphiti still, or just wait for the patch release of rails to get cut?
See rails/rails#53606.
This causes issues with modules not being appropriately prepended to the serializers — all of the setters re-defined in
Overrides
(https://github.com/graphiti-api/graphiti/blob/master/lib/graphiti/resource/configuration.rb) lose the overridden behavior.The most salient effect for Graphiti users is probably something like:
This is a Rails bug in my opinion, but there is probably a workaround here that doesn't involve
class_attribute
.The text was updated successfully, but these errors were encountered: