apollographql / federation-rs

Contains source code for Apollo Federation's Rust<--> JavaScript interop
Other
35 stars 23 forks source link

Fix serialization structs for composition results #563

Closed trevor-scheer closed 1 month ago

trevor-scheer commented 1 month ago

While testing Apollo's graph in the browser, I came across a couple other cases that are problematic when serializing composition results, so I've updated the types to match reality.