...

/

Getting Started with GitHub's GraphQL API

Getting Started with GitHub's GraphQL API

This lesson will introduce you to GitHub's GraphQL API and how will we go about utilizing it to learn GraphQL!

In this lesson, we’ll cover everything you need to get started with GitHub’s GraphQL API, and to learn to use GraphQL in JavaScript from a client-side perspective by consuming their API.

GitHub is one of the first major tech brands to adopt GraphQL. The released public GraphQL API (official documentation), is quite popular among developers who are already familiar with GitHub.

You must be familiar with the common GitHub terminologies and how to consume GitHub account data using its GraphQL API. We will ...