Structs§
- Partial
Success - A successfully composed supergraph, optionally with some issues that should be addressed.
Traits§
- Hybrid
Composition - This trait includes all the Rust-side composition logic, plus hooks for the JavaScript side.
If you implement the functions in this trait to build your own JavaScript interface, then you
can call
HybridComposition::compose
to run the complete composition process.