-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
fix equality for objects #2100
fix equality for objects #2100
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/theguild/graphql-inspector/5C565ZhkmJ4kQHsGURFPhPxq8mJm |
👋 , not a maintainer/contributor, just someone else who's keen for this bug fix as well.
Edit: Actually, since it's wrapped in the |
You're right. I didn't see this part. Indeed, it wouldn't be necessary for the bugfix, but in the case the two are not equal, the diff might output wrong. I'll do the change. Thanks! |
@kamilkisiela Sorry to tag you directly, but this has been pending for over a month and it's really small. If you can't review this, is there someone that can? |
2e1aa73
to
d152230
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Description
Modified equality logic to perform deep equality. As in javascript
returns false, which was making argument equality fail for lists of objects.
Fixes # (issue)
#2099
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...