How Tailcall statically identifies N+1 issues in GraphQLAs a developer working with GraphQL, you're likely familiar with the concept of N+1 issues, if not you should definitely check out our N+1 guide. To summarize they occur when a GraphQL resolver is called multiple times for a single GraphQL request, l...Aug 5, 2024·5 min read
The truth about scaling Automatic Persisted QueriesPersisted queries are often hailed as a solution to several challenges in GraphQL related to network performance, caching, and maintenance. However, they may not always be the silver bullet they appear to be. This post delves into the concept of pers...Aug 11, 2023·6 min read
Unraveling the Challenges of BFF FederationA different take on GraphQL Federation.Jun 19, 2023·10 min read
No one talks about API OrchestrationA Forsaken Piece Of Every Microservice Architecture.Jun 12, 2023·10 min read