We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3abb490 + f6a108e commit d20c908Copy full SHA for d20c908
docs/source/using-federation/apollo-subgraph-setup.mdx
@@ -64,7 +64,7 @@ The first step is to install the `@apollo/subgraph` package in our server projec
64
npm install @apollo/subgraph
65
```
66
67
-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):
68
69
<MultiCodeBlock>
70
0 commit comments