apollographql / federation-next

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

Implemented `Display` trait for OpPathTree #249

Closed duckki closed 5 months ago

duckki commented 5 months ago

Side note

The original suggestion was to implement the trait for PathTree type. But, it would be messy to define all the necessary trait constraints for the type parameters. So, I did it for OpPathTree, instead.

duckki commented 5 months ago

@goto-bus-stop Thanks, again! 👍