Incrementally load GraphQL query data with the new @defer directive
3 min readMar 19
--
GraphQL is a popular query language used for building APIs that offer a flexible and efficient way to retrieve data from servers. It comes with a set of powerful directives that can be used to manipulate the query execution process.
One of the biggest disadvantages of GraphQL is that not all data resolvers are of equal importance. Certain fields may…