...

/

GraphQL Project Overview

GraphQL Project Overview

Understand the project overview of GraphQL in this lesson.

We'll cover the following...

Project overview

We’ll create a simple application that can be used for blogging purposes, like creating, updating, and reading a blog. This application has basic CRUD features with authentication. The application’s features are as follows:

  • Get all blog data.
  • Get blog
...