GraphQL
3 articles tagged “GraphQL”
Blog
June 8, 2026
GraphQL caching with Apollo Client
What is GraphQL ? When creating applications, REST APIs are commonly used for communication between the client and the server. With REST, each endpoint returns…
Blog
May 11, 2023
Introduction to GraphQL
In today's Tech Bite topic, we will get familiar with GraphQL and explain its growth in popularity in recent years as the new standard for…
Blog
January 7, 2020
Realtime updates with Hasura GraphQL Engine
What is a realtime update? When data gets updated in the source (database, service) and that change gets instantly propagated to the other side (browser,…