Summary
In this chapter, we learned about what Gatsby is and how it is built using JavaScript and React. Next, we learned how its configuration file is created, and what its main parts are. We also learned how to configure the gatsby-source
plugin to interact with Sanity. We also learned about the gatsby develop
command and how to start up a project.
In the next chapter, we'll begin our journey with GraphiQL, a GraphQL playground, and move closer to creating a website. This will allow us to design, execute, and test GraphQL queries within the Gatsby context.