Skip to content

Commit 99bcaaa

Browse files
authored
Merge pull request #7992 from apollographql/docs/add-solutions-links
docs: add solutions repo links
2 parents fabe7d7 + 793bb20 commit 99bcaaa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/source/integrations/mern.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,6 @@ Congrats on completing the tutorial! 🎉 Incorporating a GraphQL server into yo
251251

252252
While this tutorial only covers the server portion of the MERN stack, the `/client` folder in the [completed example](#complete-example) picks up where the tutorial left off and implements [`@apollo/client`](/react/) to interact with the server. For more information on implementing the Apollo Client, head to the [getting started docs](/react/get-started).
253253

254-
For more hands-on learning on GraphQL and Apollo's server and client libraries, check out our interactive [Odyssey tutorials](https://www.apollographql.com/tutorials/).
254+
For more hands-on learning on GraphQL and Apollo's server and client libraries, check out our interactive [Odyssey tutorials](https://www.apollographql.com/tutorials/). For an example that uses MongoDB Atlas in a subgraph and makes data available via the GraphOS Router, check out the [Apollo Solutions repository](https://github.com/apollosolutions/example-subgraph-mongodb).
255+
256+
<SolutionsNote />

docs/source/performance/apq.md docs/source/performance/apq.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,10 @@ const server = new ApolloServer({
234234
persistedQueries: false, // highlight-line
235235
});
236236
```
237+
238+
## Additional resources
239+
240+
This [Apollo Solutions repository](https://github.com/apollosolutions/apq-hasher) provides a simple web app for generating the hash of a query that is used in APQ requests.
241+
This demonstrates how Apollo Client formats and hashes queries.
242+
243+
<SolutionsNote />

0 commit comments

Comments
 (0)