The dev.to project with GatsbyJS-6
2 min readFeb 18, 2020
--
Welcome to part-6 of the series. You can create part-5 here.
In this part we will, first start with our GraphQL queries. So, head over to http://localhost:8000/___graphql but make sure gatsby develop
is running in the terminal.
Here, we will first check our allMdx query by checking the totalCount. And it returns the right count.
Rest of the chapter is exclusive content and will be in my upcoming book Gatsby Cookbook. You can find more details about it here.
We can open the console and check the result.