Skip to content

Commit

Permalink
Update apollo-router/src/query_planner/execution.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lennyburdette authored Nov 4, 2024
1 parent f8e98f7 commit 6782a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/query_planner/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl QueryPlan {
self.root.subgraph_fetches()
}

pub fn service_usage<'a>(&'a self) -> Box<dyn Iterator<Item = &'a str> + 'a> {
pub(crate) fn service_usage<'a>(&'a self) -> Box<dyn Iterator<Item = &'a str> + 'a> {
self.root.service_usage()
}
}
Expand Down

0 comments on commit 6782a16

Please sign in to comment.