🎓 Weekly Wisdom is back with Edition #9 - Referencing parent fields with $this 🔌 This week, Michelle Mabuyo is walking us through how to use $this in Apollo Connectors to reference fields from a parent object — a powerful way to orchestrate REST calls without writing resolver code. 💡 Use case: Say you're building a schema for bookings, and each booking has a guest review from a separate REST endpoint. With Apollo Connectors, you can pass the booking ID directly into your request using $https://lnkd.in/ef7wEUGp. Example: guestReview @connect(http: { GET: "/guestReview?bookingId={$https://lnkd.in/ehbFzeFY" }) ✨ With just this bit of schema, you’ve orchestrated two REST calls — one for the booking and one for the related guest review — all through configuration. ▶️ Want to go deeper? Check out Lesson 8 of our Odyssey course for a full walkthrough: https://lnkd.in/ek9ehBtZ 💬 Where in your graph could $this simplify things? Let us know in the comments 👇 #GraphQL #Apollo #WeeklyWisdom #Connectors #Odyssey
Apollo GraphQL
Software Development
San Francisco, California 18,400 followers
API orchestration for the cloud-native world. The GraphQL industry leader for building & scaling APIs faster, safer.
About us
Apollo GraphQL is the leader in open-source and commercial GraphQL technologies. Apollo helps developers and engineering teams build better software faster with a declarative, graph-based approach to API orchestration, accelerating application development and delivering better, more cohesive experiences. With over 1 billion downloads of its open-source software, Apollo has become the standard for working with GraphQL and power the most innovative brands today. The Apollo GraphOS® platform provides the infrastructure to unify APIs into a composable graph, enabling teams to query data from anywhere and ship new experiences with speed and confidence. Backed by Insight Partners, Andreessen Horowitz, Matrix Partners, and Trinity Ventures, Apollo is headquartered in San Francisco. Learn more at: https://www.apollographql.com.
- Website
-
http://www.apollographql.com
External link for Apollo GraphQL
- Industry
- Software Development
- Company size
- 201-500 employees
- Headquarters
- San Francisco, California
- Type
- Privately Held
- Founded
- 2016
Locations
-
Primary
San Francisco, California 94141, US
Employees at Apollo GraphQL
Updates
-
Our CTO, Matt DeBergalis, recently met with Techstrong.ai on the technical challenges of building AI agents that actually work at scale. The reality: API sprawl is already a problem, and AI agents are about to make it worse. Matt discussed how we're tackling this with enhanced Apollo MCP Server capabilities—including streamable HTTP instances, better tool organization with Collections, and container deployment options. Big thanks to @MichaelVizard for the insightful conversation. Read the full article here: https://lnkd.in/ep9NcTZr #graphql #mcp #apiorchestration
-
-
Registration is live for GraphQL Summit! 🚀 Are you a: 📱Web and mobile developer 💻 Platform engineer 🧮 API architect ⌨️ API product manager Don’t miss out on the premier event for GraphQL APIs and learn directly from teams implementing GraphQL for AI agents, multi cloud platforms, and large-scale production environments. Join us and secure your early bird pricing through August 1. Register now: https://lnkd.in/eHH5XfJn
-
-
GraphQL finally gets HTTP-style error codes 🎯 Problem: GraphQL errors were just random messages. Hard to group, hard to debug. Extended Error Diagnostics adds: ✅ Standardized error codes ✅ Service identification ✅ Quick filtering in Studio Now you can instantly see if it's a client query issue, service outage, or specific subgraph problem. https://lnkd.in/eBNtHvZx #GraphQL #Debugging #Apollo
-
The best part about #GraphQLSummit? Stories like Booking.com's. Hearing Sanver walk through their journey from API bottlenecks to 8 billion daily requests wasn't just inspiring - it was practical. Real challenges you might recognize (like supporting 1,000+ simultaneous experiments), real solutions (moving to distributed Federation), and real outcomes (40% faster shipping). These aren't theoretical case studies. They're teams who've probably faced problems similar to yours, figured things out, and are willing to share what they learned. We're bringing that same energy to Summit 2025 this October. More teams pushing GraphQL in interesting directions, more real-world implementations you can learn from, more practical insights you can actually use in your own projects. You'll want to be there. Register here: https://lnkd.in/eFzBVYx9
-
🚀 The Weekly Wisdom is back! This week, Michelle Mabuyo from the Apollo EDU team walks us through how to use dynamic arguments in Apollo Connectors, a powerful technique for making REST calls from your schema using $args. 💡 Learn how to: - Fetch data using dynamic IDs in your schema - Interpolate $args values for endpoints - Use this pattern for URLs, headers, and query params 💬 Tried this yourself? Drop your experiences in the comments! 🔗 Take the course & level up your Connectors game: https://lnkd.in/gDCrjt6P #connectors #odyssey #GraphQL #ApolloGraphQL #WeeklyWisdom
-
Our MCP Builder's event in SF last week was so much fun, we're doing it again in July. https://lu.ma/nrqv4k9k Hope to see you there! #graphql #mcp #sfmeetup #developermeetup
Here’s what I learned from the MCP server builder series hosted by Apollo GraphQL 1. Use MCP server layering to avoid sending your MCP clients on a wild goose chase . Ie help guide them to an answer in a logical way. https://lnkd.in/gVmPVpDg 2. Companies like Block , Asana etc… have built and deployed remote MCP servers globally in just a few days with Cloudflare. https://lnkd.in/gDRRYT4H shout out Elizabeth (Lizzie) Siegle for her awesome MCP podcast creator demo! 3.Langflow lets you visually build MCP servers 4. WorkOS revealed how important authentication was to protect your MCP servers. https://lnkd.in/g3MRGS5T #mcp #mcpservers #claude #chatgpt #aiagents #ai #cloudflare Kathy Liao, Dina Kozlov , Brendan Irvine-Broque
-
Apollo GraphQL reposted this
AI agents need to retrieve data, modify systems, and take actions in the real world. That requires a robust API orchestration foundation. The same complex logic that coordinates how APIs are called, sequenced, cached, and secured in traditional applications is re-emerging as the crucial bottleneck for agentic AI applications. And of course that's GraphQL's wheelhouse. Today we're announcing several new Apollo enhancements that extend our GraphQL platform to make building MCP tools easy, fast and safe. No GraphQL services required -- start with the APIs you've got, exactly as they come. * Enhanced Apollo MCP Server with streamable HTTP and container deployment * Apollo Connectors with batch support for improved REST API performance * New Developer and Standard subscription plans with usage-based pricing The rich GraphQL ecosystem means developers can focus on novel AI problems rather than on one-off API composition work. Be ready for whatever the agentic future brings. https://lnkd.in/gf6SzQzv #GraphQL #MCP #APIOrchestration #EnterpriseAI
-
Why every token matters when building AI agents 🧠 Problem: Traditional REST APIs return fixed response shapes. Your AI agent gets ALL the data whether it needs it or not. GraphQL solution: Query only the fields you need. → Fewer wasted tokens → Lower AI costs → More efficient context window usage With Apollo MCP Server, GraphQL operations become AI tools automatically. No manual setup needed. The workflow: Write GraphQL → Save to Collection → Instant MCP tool Full breakdown: https://lnkd.in/ekjYpGDX #GraphQL #AI #TokenEfficiency
-
Miss the news of our latest GraphOS release today? Catch up on the ways to get started fast with new subscription plans and features that set you up for today and tomorrow's agentic future. Watch here! ⬇️ And come build with us: https://lnkd.in/egjEwZvH #GraphQL #APIs #APIOrchestration
Summer '25: Apollo Product Release
www.linkedin.com