Summary
In this chapter, we have reviewed the basics of GraphQL and highlighted its greatest strengths. We have learned how to query the GraphQL backend for its structure and how it is defined in the SDL. These are all solid foundations of GraphQL that will allow us to smoothly progress through this book. If you don’t understand something in the upcoming chapters, you can always come back here.
Before we dive into the heavyweight schema definition in GraphQL, I’d like us to take a look at how GraphQL relates to large language models and how these two technologies can work together seamlessly. In the next chapter, you will learn how to make GraphQL schemas AI-friendly.