Skip to content

Commit

Permalink
Merge pull request #5013 from apollographql/sb/getting-started-sandbox
Browse files Browse the repository at this point in the history
Use CodeSandbox that's tied to GitHub
  • Loading branch information
Stephen Barlow committed Mar 8, 2021
2 parents 491f63a + afaf515 commit 7efc6d3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/getting-started.mdx
Expand Up @@ -234,14 +234,12 @@ it again. The response updates to include only the `title` field for each book!
## Combined example

You can view and modify this complete example on CodeSandbox:
You can view and fork this complete example on CodeSandbox:


<a href="https://codesandbox.io/s/apollo-server-getting-started-oww6k?fontsize=14&hidenavigation=1&theme=dark">
<img alt="Edit apollo-server-getting-started" src="https://codesandbox.io/static/img/play-codesandbox.svg"></img>
<a href="https://codesandbox.io/s/github/apollographql/docs-examples/tree/main/server-getting-started?fontsize=14&hidenavigation=1&theme=dark">
<img alt="Edit server-getting-started" src="https://codesandbox.io/static/img/play-codesandbox.svg"></img>
</a>


## Next steps

This example application is a great starting point for working with
Expand Down

0 comments on commit 7efc6d3

Please sign in to comment.