Where to Go From Here?
You can download the completed version of the project using the Download Materials button at the top or bottom of this tutorial.
You’ve now seen the power of GraphQL. You’ve written queries that are very easy to understand and interpret. Apollo generated the necessary Swift API code for you. Then you called your queries via code to get the data you need.
If you want to dive further into GraphQL and Apollo, you can read the Introduction to GraphQL and Apollo’s docs. Try expanding Jedi Archives to make additional queries and return different data. Or experiment with other GraphQL servers! You can use their APIs to retrieve completely different data.
I hope you enjoyed this tutorial as much as I did. If you have any questions or comments, please join the discussion below. May the code be with you!