Introduction
GraphQL is a graph-oriented query language written by Facebook. In contrast to REST APIs, GraphQL introduces features that make API development more efficient and in tune with database models.
GraphQL Features
- Unlike REST, there is only one endpoint where all requests are going to be sent to. So instead