Skip to content

Commit

Permalink
Update GraphiQL UI screenshot in Getting started (#2971)
Browse files Browse the repository at this point in the history
* Update GraphiQL UI screenshot in Getting started

Use the screenshot from version 0.195.3.

* mend

* mend

* mend
  • Loading branch information
asasvari authored Jul 23, 2023
1 parent 6edc504 commit 55af76d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/images/index-query-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/index-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ We can now execute GraphQL queries. Strawberry comes with a tool called

You should see something like this:

<img src="./images/index-server.png" alt="A view of the GraphiQL interface" width="2048" height="1536" />
![A view of the GraphiQL interface](./images/index-server.png)

The GraphiQL UI includes:

Expand All @@ -167,7 +167,7 @@ Paste the following string into the left area and then click the play button:

You should see the hardcoded data appear on the right side:

<img src="./images/index-query-example.png" alt="A view of the GraphiQL interface after running a GraphQL query" width="2048" height="1536" />
![A view of the GraphiQL interface after running a GraphQL query](./images/index-query-example.png)

GraphQL allows clients to query only the fields they need, go ahead and remove
`author` from the query and run it again. The response should now only show the
Expand Down

0 comments on commit 55af76d

Please sign in to comment.