
Using the GraphiQL IDE to access a GraphQL API
One of the tools bundled with GraphQL is GraphiQL, which lets users query your API in the browser and see results immediately. This is a huge time-saver! Let's take a look at how GitHub uses it for their GraphQL API.