Skip to content

Commit

Permalink
Merge pull request #7992 from apollographql/docs/add-solutions-links
Browse files Browse the repository at this point in the history
docs: add solutions repo links
  • Loading branch information
Meschreiber authored Nov 25, 2024
2 parents fabe7d7 + 793bb20 commit 99bcaaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/integrations/mern.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,6 @@ Congrats on completing the tutorial! 🎉 Incorporating a GraphQL server into yo

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).

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 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).

<SolutionsNote />
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,10 @@ const server = new ApolloServer({
persistedQueries: false, // highlight-line
});
```

## Additional resources

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.
This demonstrates how Apollo Client formats and hashes queries.

<SolutionsNote />

0 comments on commit 99bcaaa

Please sign in to comment.