May 2021
Beginner to intermediate
252 pages
4h 13m
English
In this chapter, we'll begin to bring content into Gatsby through GraphQL. GraphQL is a good starting point for learning about how Gatsby works, since Gatsby sources content using GraphQL. As we learned in Chapter 6, Sanity's GraphQL Playground, Sanity exposes its information through a GraphQL Application Programming Interface (API), so Gatsby can easily use Sanity's content through GraphQL.
These are the main topics that we will cover in this chapter:
For this chapter, the Gatsby application needs to be installed and a Terminal program is needed. Additionally, a web browser is needed.
In this section, we'll learn about ...