apollographql / federation-rs

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

Add new FromIterator method #579

Closed jonathanrainer closed 3 days ago

jonathanrainer commented 1 week ago

Adds a simple method in order to construct a SuperGraph config out of an Iterator of String and Subgraph Configs. Essentially the reverse of the IntoIterator method implemented above.

loshz commented 3 days ago

@abernix @tninesling PTAL - I'm taking over this while jr is on vacation. Thanks!

loshz commented 3 days ago

Well that's annoying! I rerequested reviews and it automerged anyway?