Summary
While we may not have built anything flashy such as an AI video generator or a face changer in this chapter, through different examples, we saw how AI can enhance our experience with GraphQL systems, providing capabilities such as mock generation, documentation generation, and AI automation using GraphQL APIs.
Beyond these, the possibilities are endless – you could create a model that provides suggestions to optimize a schema, or a model that detects potential threats in the schema, such as unauthorized access to data through improperly linked graph nodes. This collaboration between AI and GraphQL can streamline development processes and improve overall efficiency.
In the next chapter, we will learn about different schema design patterns.