We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9929b55 commit ce3bfdcCopy full SHA for ce3bfdc
apollo-composition/src/lib.rs
@@ -34,7 +34,7 @@ pub trait HybridComposition {
34
async fn compose_services_without_satisfiability(
35
&mut self,
36
subgraph_definitions: Vec<SubgraphDefinition>,
37
- ) -> Option<SupergraphSdl>;
+ ) -> Option<SupergraphSdl<'_>>;
38
39
/// Call the JavaScript `validateSatisfiability` function from `@apollo/composition` plus whatever
40
/// extra logic you need.
0 commit comments