Learn GatsbyJS by creating a tourism site -11
Welcome to part-11 of the series. You can find part-10 here.
As told in the earlier post, this series is based on the learning from this awesome udemy course by John Smilga
Here we will first create the queries in GraphiQL for our places. We have a Places page in our project and will also show Featured places on the home page.
So, head over to GraphiQL and type the below query to get all places. We can also get the details of the query from the docs, on the right side.
Rest of the chapter is exclusive content and will be in my upcoming book Gatsby Cookbook.
Now, it will show our Featured Place with the name of the place below it.