Skip to content

Commit

Permalink
Fix end-tag-missing error
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jan 22, 2024
1 parent 2199d20 commit d8991b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorials/fishy.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ You can now visit [http://localhost:2020/graphql](http://localhost:2020/graphql)

## Querying `icecreams` documents

We've created a new field now, so we can also directly inspect it via the GraphQL playground of the `aquadoggo` node. For this you can just surf to [http://localhost:2020/graphql](http://localhost:2020/graphql) and run the following query, replacing <ICECREAMS_SCHEMA_ID> with the schema id output when you ran `deploy` earlier:
We've created a new field now, so we can also directly inspect it via the GraphQL playground of the `aquadoggo` node. For this you can just surf to [http://localhost:2020/graphql](http://localhost:2020/graphql) and run the following query, replacing `<ICECREAMS_SCHEMA_ID>` with the schema id output when you ran `deploy` earlier:

```graphql
{
Expand Down

0 comments on commit d8991b2

Please sign in to comment.