Sashko Stubailo discusses how GraphQL can be used with Content Delivery Networks (CDNs) to cache API results, improving load times and reducing server load. He addresses common misconceptions about using CDNs with GraphQL, including the idea that requests are too diverse or too large, and shows how tools like Apollo Engine and Apollo Cache Control can address these concerns by providing static queries, smaller request sizes, and fine-grained cache control hints. With these tools, it's possible to integrate GraphQL into an existing setup, add data loading to a React app, and easily integrate with existing application infrastructure. The author shares his excitement about the benefits of using CDNs with GraphQL and looks forward to seeing more tools work together across the stack.