Crate apollo_composition
source ·Structs§
- Some issue the user should address. Errors block composition, warnings do not.
- A successfully composed supergraph, optionally with some issues that should be addressed.
- A location in a subgraph’s SDL
Enums§
Traits§
- 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::composeto run the complete composition process.