Skip to content

Commit

Permalink
docs: GraphQL Yoga's playground, not Apollo Server's (#5741)
Browse files Browse the repository at this point in the history
* docs: GraphQL Yoga's playground, not Apollo Server's

* docs: Changed "GraphQL Playground" to "GraphiQL" and added appropriate link
  • Loading branch information
rushabhhere committed Jun 15, 2022
1 parent 4272511 commit ef5aaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter3/saving-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ Before we plug this into the UI, let's take a look at a nifty GUI you get just b

Often it's nice to experiment and call your API in a more "raw" form before you get too far down the path of implementation only to find out something is missing. Is there a typo in the API layer or the web layer? Let's find out by accessing just the API layer.

When you started development with `yarn redwood dev` (or `yarn rw dev`) you actually started a second process running at the same time. Open a new browser tab and head to [http://localhost:8911/graphql](http://localhost:8911/graphql) This is Apollo Server's [GraphQL Playground](https://www.apollographql.com/docs/apollo-server/testing/graphql-playground/), a web-based GUI for GraphQL APIs:
When you started development with `yarn redwood dev` (or `yarn rw dev`) you actually started a second process running at the same time. Open a new browser tab and head to [http://localhost:8911/graphql](http://localhost:8911/graphql) This is GraphQL Yoga's [GraphiQL](https://www.graphql-yoga.com/docs/features/graphiql), a web-based GUI for GraphQL APIs:

<img width="1410" alt="image" src="https://user-images.githubusercontent.com/32992335/161488164-37663b8a-0bfa-4d52-8312-8cfaac7c2915.png" />

Expand Down

0 comments on commit ef5aaec

Please sign in to comment.