-
Pagination With GraphQL in Rails
We generally do not prefer to retrieve all the required data from the database in one go. Instead, we want it to be loaded page by page for performance and user experience.
Read more… -
Advantages & Disadvantages of GraphQL
If you are looking for what GraphQL is then please read this first post from our GraphQL series. GraphQL is strongly typed like SQL queries. Each GraphQL query corresponds to a particular query type and each type has particular set of fields defined.
Read more… -
Introduction to GraphQL
“This post is not about how to implement GraphQL APIs and assumes that the reader has prior knowledge of REST and APIs. We are settled with the REST API since most of the applications started using JSON APIs for communication.
Read more…