apollographql / federation-rs

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

feat(supergraph): add `--output` flag #561

Closed aaronArinder closed 1 month ago

aaronArinder commented 1 month ago

useful for big, big composition results; spitting those out to stdout can take a non-trivial amount of time, especially if they're using --output on the rover side (meaning stdout is useless apart as a way of communicating the composition result, which can be done faster with this approach)

let me know (via slack) if you'd like more details! this is part of trying to figure out a particular customer's pain