GraphQL Introduction 

Hi, GraphQL is an Application Layer Query Language and can be used by any database.  So, in general we have our client application and a server and to consume data we use a REST API (to pull down server data) and then we can use that data in our client application. The REST API it’s … Continue reading GraphQL Introduction