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
I was trying to write some tests that involved comparing some GraphQLErrors and found for my dismay that those objects don't have a well defined equality contract.
This seems weird, as these are basically just value classes...
I was trying to write some tests that involved comparing some GraphQLErrors and found for my dismay that those objects don't have a well defined equality contract.
This seems weird, as these are basically just value classes...