Skip to content

Commit

Permalink
Merge pull request #7923 from Maestro2496/patch-2
Browse files Browse the repository at this point in the history
Update apollo-subgraph-setup.mdx
  • Loading branch information
Meschreiber authored Sep 3, 2024
2 parents 3abb490 + f6a108e commit d20c908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/using-federation/apollo-subgraph-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The first step is to install the `@apollo/subgraph` package in our server projec
npm install @apollo/subgraph
```

We also need to require the `buildSubgraphSchema` function from this package in in the file where we initialize `ApolloServer` (we'll use it later):
We also need to require the `buildSubgraphSchema` function from this package in the file where we initialize `ApolloServer` (we'll use it later):

<MultiCodeBlock>

Expand Down

0 comments on commit d20c908

Please sign in to comment.