Getting Started with Hygraph

Learn how to create a Hygraph account and a project with schemas.

To use Hygraph, we first have to create an account and verify the account. Then, we can proceed to create a project.

Creating an account

To create an account with Hygraph, we must first navigate to their website. The Hygraph website has a very nice UI with a "Get Started" call-to-action button in the top left corner of their homepage, as seen below:

Once we click that "Get started" button, it will direct us to the login/register page. Hygraph provides several authentication methods through such as Facebook, GitHub, Google, or even email.

Creating a project with Hygraph

Once we have successfully signed in, we will be redirected to our dashboard, which will hold all our available projects in the future, but for now, it is assumed we don't have any projects, so we have to create a new project.

It is important to note that Hygraph has some templates whose schema has already been created—all we would have to do is maybe edit a few fields or start consuming data right away.

However, we’ll create our schema from scratch to help us understand the process. The first step is to click on the "Blank" ... ...