Skip to content

Commit

Permalink
docs(customizations): fix trait implementation for supergraph_service (
Browse files Browse the repository at this point in the history
…#4848)

replace trait implementation for supergraph_service from
router::BoxService to supergraph::BoxService

Co-authored-by: Geoffroy Couprie <apollo@geoffroycouprie.com>
  • Loading branch information
Roshan-R and Geal committed Apr 23, 2024
1 parent 594437d commit eb02494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/customizations/native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ impl Plugin for HelloWorld {

fn supergraph_service(
&self,
service: router::BoxService,
) -> router::BoxService {
service: supergraph::BoxService,
) -> supergraph::BoxService {
service
}

Expand Down

0 comments on commit eb02494

Please sign in to comment.