-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diffable object can't be updated. #190
Comments
This is the difference between a Is your suggestion to handle this case by having the output be:
And then call the parent's update method and pass enough information to update the |
Also, so I have a more concrete example, can you provide the service provider resource you're trying to implement and specifically what complex type within that resource this is causing an problem with. It'd help me to better understand how to solve this. Thanks. |
Updated OP to include expected output as well. Here's the concrete example from Google provider implementation:
Gyro configuration:
run
and run
but the actual output is:
|
Describe the bug
Gyro should be able to handle
@Updatable
fields inDiffable
type without replacing whole object.To Reproduce
bar.gyro
gyro up bar.gyro
.name
to something else.gyro up bar.gyro
again.Expected behavior
name
inFoo
type should be updated, but actual behavior is:where the following output is expected.
The text was updated successfully, but these errors were encountered: