Skip to content

Commit

Permalink
docs: Fixes the tutorial server URL (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored and gh-action-runner committed Jul 29, 2024
1 parent 92d2897 commit fc1f1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-add-graphql-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This tutorial uses a modified version of the GraphQL server you build as part of

<img src="images/sandbox_landing.png" alt="The Sandbox query explorer" class="screenshot"/>

You'll know that this Sandbox instance is pointed at our server because its URL, `https://apollo-fullstack-tutorial.herokuapp.com`, is in the box at the top left of the page. If Sandbox is properly connected, you'll see a green dot:
You'll know that this Sandbox instance is pointed at our server because its URL, `https://apollo-fullstack-tutorial.herokuapp.com/graphql`, is in the box at the top left of the page. If Sandbox is properly connected, you'll see a green dot:

<img src="images/sandbox_green_dot.png" alt="A closeup of the URL box with a dot indicating it's connected" class="screenshot"/>

Expand Down

0 comments on commit fc1f1d2

Please sign in to comment.