
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.
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.
GraphQL is an alternative for REST, not a replacement. Let’s take a brief look at how they differ.