Lad Who Codes

Showing posts with label GraphQL. Show all posts
Showing posts with label GraphQL. Show all posts

How a Skip A GraphQL Query Based On Conditions

Posted by Dinesh Verma on Sunday, 3 March 2019

GraphQL is an API querying language developed by Facebook. The main advantage of using GraphQL is that it provides a single end-point to be consumed and you can specify what fields you want in the response. This saves the frontend developer from the pain of maintaining and using multiple API end-points.