Build a GraphQL Query using Gatsby’s GraphiQL Explorer

Share this video with your friends

Send Tweet

When building Gatsby sites, you'll very likely be building GraphQL queries. graphiql-explorer is a plugin for GraphiQL that enables you to interactively explore and build GraphQL queries. It enables you to construct full queries by clicking through available fields and inputs without the repetitive process of typing these queries out by hand!

This video will teach you:

  • How to access the GraphiQL Explorer
  • How to build a query using the GraphiQL Explorer