

GraphQL and AI with Apollo CTO Matt DeBergalis
May 21, 2025
Matt DeBergalis, CTO and co-founder of Apollo, is a pioneer in making GraphQL accessible for developers. He dives into the evolution of GraphQL, its crucial role in large organizations with numerous APIs, and how AI can leverage GraphQL schemas for enhanced data querying. Matt shares insights from his experience with Meteor, including the need for efficient API integrations and the importance of user experience. The conversation also touches on the evolving tech landscape, merging AI with development, and playful experimentation with new technologies.
AI Snips
Chapters
Books
Transcript
Episode notes
GraphQL's Power at Scale
- GraphQL excels when unifying thousands of APIs at scale, providing a declarative query language for APIs across multiple services.
- It increases developer efficiency and safety by enabling semantic, strongly-typed queries reducing imperative data fetching code.
Apollo's Roots in Meteor
- Matt shares that Apollo evolved from Meteor.js, which aimed to build modern JavaScript apps with real-time synchronized client-server data.
- Apollo was created to adopt GraphQL incrementally on existing stacks rather than requiring a full rewrite like Meteor did.
Adopt GraphQL Without Backend Rewrite
- Use Apollo connectors to declaratively map existing REST APIs to GraphQL without rewriting backend systems.
- This approach allows teams to adopt GraphQL incrementally and gain its benefits quickly on top of typical APIs and databases.