apollographql / federation-next

Moved to the Router repository
https://github.com/apollographql/router/tree/dev/apollo-federation
Other
19 stars 1 forks source link

Derive PartialEq and Hash for OpGraphPathContext #238

Closed TylerBloom closed 7 months ago

TylerBloom commented 7 months ago

This PR addresses Jira ticket FED-28.

After verifying that the PartialEq implementation on Arc does the desired short-circuiting and the derived behavior matches what is expected in the JS code, the stubs for the manual implementation of PartialEq and Hash were replaced with derived implementations.

goto-bus-stop commented 7 months ago

@TylerBloom I think you need to log in to CircleCI to get the remaining jobs to run