Skip to content

Commit

Permalink
fix: 💩 Remove links to future content
Browse files Browse the repository at this point in the history
Replace links to content that doesn't exist yet with self-links
  • Loading branch information
fergcb committed Sep 17, 2023
1 parent 2410691 commit 80023dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/beginner/graphql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ Execute the query and we should see the same results as before, except this time
## Next Steps
Now that we can build and test a range of GraphQL queries, we are ready to apply these skills to a real project. The following tutorials build on what we've learned by bringing GraphQL together with other technologies to create a range of useful applications:

- [Build a CSV dataset with GraphQL and Python](../basic/csv-dataset-with-python.md)
- [Build a Bestiary with GraphQL and React](../advanced/bestiary-with-react.md)
- [Build a Spellbook App with GraphQL and Swift](../advanced/spellbook-with-swift.md)
- [Build a CSV dataset with GraphQL and Python](/#)
- [Build a Bestiary with GraphQL and React](/#)
- [Build a Spellbook App with GraphQL and Swift](/#)

0 comments on commit 80023dd

Please sign in to comment.