Tech Hub

CRUD Operation Using GraphQL And NodeJS

December 10, 2021

CRUD Operation Using GraphQL And NodeJS

Introduction In the previous article, we have discussed the basic concept of GraphQL and the configuration of GraphQL with node js. Now, in this article, we will create REST APIs using GraphQL + NodeJs and perform CRUD operations to understand the...

API Service Using GraphQL with Node and Express

October 29, 2021

API Service Using GraphQL with Node and Express

GraphQL is a query language (hence the “QL”) that describes exactly how a client should request information through an application programming interface called API. It is a syntax that developers can use to ask for specific data structures...