Using the GraphiQL IDE to access a GraphQL API GraphQL is bundled with GraphiQL, which lets us run queries right in the browser! Let's see how GitHub uses it and try kicking the tires.
What is GraphQL and how does it differ from REST? GraphQL is an alternative for REST, not a replacement. Let's take a brief look at how they differ.