Using the GraphiQL IDE to access a GraphQL APISep 26, 2019 API GraphQLGraphQL 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?Sep 21, 2019 GraphQLGraphQL is an alternative for REST, not a replacement. Let’s take a brief look at how they differ.