Skip to content

Commit

Permalink
ping, not user in GraphQL example
Browse files Browse the repository at this point in the history
Why did I do this?!
  • Loading branch information
AugustMiller authored Feb 15, 2024
1 parent 47d2d4b commit 848c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-tutorial/more/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Once upgraded, a new **GraphQL** item will appear in the main navigation menu. L
Clear out the comments in the query editor and try running a simple query:

```graphql
{ user }
{ ping }
```

You’ll see `pong` in the response pane, signaling that everything’s ready to go:
Expand Down

0 comments on commit 848c6dd

Please sign in to comment.