π This week in The Weekly Wisdom: Check out 3 methods for transforming REST data with Apollo Connectors using `first`, `entries`, and `size`. All handled in your schema config.
No extra resolvers, no problem.
π‘ Dive in here: https://apollographql.pulse.ly/trofyf1yv1
#GraphQL #ApolloConnectors
04.08.2025 19:59 β π 2 π 0 π¬ 0 π 0
Managing APIs shouldnβt slow you down.
Join us Aug 20 at 10 am PT for a quick dive into ESG research on API orchestration.
β¨ Replace BFFs
β‘οΈ Ship faster
π€ Prep for AI
Reserve your spot: https://apollographql.pulse.ly/b05j1hdy6t
#GraphQL #ApolloGraphOS #APIs
01.08.2025 17:59 β π 1 π 0 π¬ 0 π 0
AI is rewriting the API playbook.
At GraphQL Summit, hear how top teams are wiring agents to REST APIs and how Apolloβs MCP server helps teams do it declaratively, without rewrites or gateways.
π Early bird ends Aug 1 -- save $300
π https://graphqlsummit.pulse.ly/goul8f2o8a
31.07.2025 17:00 β π 2 π 0 π¬ 0 π 0
Live in an hour!
Join us virtually on The Context by @mcpdevsummit.ai and learn how to build a GraphQL-powered MCP tool from a single prompt with Goose and Apollo MCP Server.
RSVP: Thursday, July 31 10AM PT
https://lu.pulse.ly/idwwesekos
31.07.2025 16:00 β π 1 π 0 π¬ 0 π 0
Looking forward to tonight!
29.07.2025 14:57 β π 1 π 0 π¬ 0 π 0
We asked 6 devs what they could build with 30 min to plan + 4 hrs to get us back in the physical & touching grass, literally π± βοΈ
ChatGPT roasting your screen time, cloud animations, exploring second places & more w/ Apollo Connectors.
πΊ Streaming now: https://youtube.pulse.ly/i6mrwhmlv7
29.07.2025 14:00 β π 2 π 0 π¬ 0 π 0
Get ready for the next episode of @codetv.dev's Web Dev Challenge and Apollo Connectors releasing tomorrow!
Join our builders as they code apps that make API integration easy with Apollo Connectors. 6 devs, 4 hours, 1 mission: build apps that get us offline & connecting IRL βοΈ
28.07.2025 21:31 β π 8 π 2 π¬ 0 π 0
2οΈβ£ Catch up with our community and engage community.apollographql.com
25.07.2025 18:25 β π 0 π 0 π¬ 1 π 0
1οΈβ£ Early bird tickets now available!
25.07.2025 18:25 β π 0 π 0 π¬ 1 π 0
GraphQL Summit 2025
The world's largest and longest-running GraphQL event. Connect everything. Build anything.
Just catching up that #GraphQLSummit is coming this fall? Here are 3 ways you can get involved! https://graphql.pulse.ly/xp4siuczjp
25.07.2025 18:24 β π 0 π 0 π¬ 1 π 0
How often do mismatched field names slow you down?
π #ApolloConnectors let you rename fields like description to tagline in your schema, no backend changes needed. Keep your graph clean and client-friendly.
π Dive into Lesson 3 on Odyssey:https://apollographql.pulse.ly/i6zawdw1ih
24.07.2025 16:44 β π 1 π 0 π¬ 0 π 0
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
We've always loved Cloudflare, from graph routers on Workers to an #MCP server for their GraphQL API!
Lizzie Siegal joined our Builder Series to show how you can host MCP servers on Cloudflare. Showcased with a fun podcast MCP server she built.
https://youtube.pulse.ly/m7ft2hpivl
23.07.2025 19:02 β π 1 π 0 π¬ 0 π 0
NYC & SF devs: level up your #MCP server skills at this month's in-person MCP Server Builder Series!
Live demos & technical talks await. RSVP-space is limited!
NYC - July 29: https://pulse.pulse.ly/xzqdnekywj
SF - July 31: https://pulse.pulse.ly/xzqdnekywj
#MCP #GraphQL #DevTools #SFtech #NYCtech
15.07.2025 15:45 β π 2 π 0 π¬ 0 π 0
Meet the Builders: Highlights from the MCP Server Builder Meetup | Apollo GraphQL Blog
Unlock microservices potential with Apollo GraphQL. Seamlessly integrate APIs, manage data, and enhance performance. Explore Apollo's innovative solutions.
Whatβs next for AI + GraphQL? Catch our recap from Apolloβs MCP Server Builder Meetup -- real demos show how GraphQL, Langflow, and Cloudflare Workers make LLM tools faster, cheaper, and easier to secure. Check it out & join in!
https://apollographql.pulse.ly/kgxg3uxren
#MCP #GraphQL #DevTools
14.07.2025 18:41 β π 2 π 0 π¬ 0 π 0
This weekβs #WeeklyWisdom dives into using entities with Apollo Connectors to eliminate satisfiability errors caused by partial REST responses.
π‘ Build more reliable graphs, less guesswork.
π Lesson 9 is live β Take the coursehttps://apollographql.pulse.ly/hsil2pyvm4
#GraphQL #connectors #odyssey
10.07.2025 16:44 β π 0 π 0 π¬ 0 π 0
[ICYMI] Save $$ with early bird registration for #graphqlsummit, ending Aug 1st.
Don't miss out on your #GraphQL Summit spot. Register now β https://graphqlsummit.pulse.ly/sncgypo1ge
08.07.2025 21:50 β π 0 π 0 π¬ 0 π 0
Results: Multiple individual API calls become a single efficient request.
A performance win! Read on to learn more here:
www.apollographql.com/blog/handlin...
07.07.2025 19:22 β π 0 π 0 π¬ 0 π 0
Now: a single request with batch IDs
You now get a single request with your IDs batched.
07.07.2025 19:22 β π 0 π 0 π¬ 1 π 0
One simple change: $this --> $batch
With $batch now in Apollo Connectors ...
07.07.2025 19:21 β π 0 π 0 π¬ 1 π 0
This is what that looks like behind the scenes. An individual request for each user ID.
07.07.2025 19:21 β π 0 π 0 π¬ 1 π 0
The classic scenario: fetch blog posts, then loop through each to get author details. One query becomes dozens of API calls.
It looks like one request. Itβs secretly 30. Welcome to the N+1 problem. Letβs solve it declaratively with Apollo Connectors batch loading π
Let's get into this in π§΅
#GraphQL #Performance #API #ApolloConnectors #REST
07.07.2025 19:20 β π 0 π 0 π¬ 1 π 0
π Weekly Wisdom #9 is here!
π‘ Pro Tip: Use $this in Apollo Connectors to pull values from a parent field and orchestrate related REST calls β no resolver needed.
π§ Learn how in Lesson 8 of our Odyssey tutorial: https://apollographql.pulse.ly/fvxxqsefw5
#GraphQL #connectors #apollo
03.07.2025 16:45 β π 1 π 0 π¬ 0 π 0
Our CTO recently met with
https://Techstrong.pulse.ly/yhzkml8kmy on the technical challenges of building AI agents that actually work at scale.
Read the full article here: https://techstrong.pulse.ly/znjtefltue
#graphql #mcp #apiorchestration
02.07.2025 21:12 β π 1 π 0 π¬ 0 π 0
i dont think you understand
you use GraphQL with MCP
you build MCP tools faster
you save tokens and money
you get deterministic execution
you reduce hallucinations
your Agent actually works
your users love your Agent
you get promoted
I donβt think you understand
01.07.2025 18:13 β π 1 π 0 π¬ 0 π 0
π Registration is LIVE for GraphQL Summit β the practitionerβs conference where developers building real-world GraphQL APIs come together.
π
Oct 6β8
ποΈ 30+ sessions on AI agents, MCP, APIs & more
ποΈ Register now: https://graphql.pulse.ly/3wqqe9bztc
#GraphQLSummit
30.06.2025 16:04 β π 2 π 0 π¬ 0 π 0
Making cloud native ubiquitous
Meet quarterly in London with fellow developers and companies in the GraphQL space and stay up to date with the latest developments, trends and lessons from the GraphQL community!
Interested in speaking? Apply here: http://tinyurl.com/londongraphqlcfp
Official account of the GraphQL project, brought to you by the GraphQL Foundation
The open source AI code editor
The AI-powered developer platform to build, scale, and deliver secure software.
The official account of #AWS.
We're an Al safety and research company that builds reliable, interpretable, and steerable Al systems. Talk to our Al assistant Claude at Claude.ai.
At Block, we believe open source is at the heart of innovation and community empowerment. Our vision is to nurture a diverse and vibrant open source ecosystem that removes barriers to technology and fosters economic opportunities for all.
official Bluesky account (check usernameπ)
Bugs, feature requests, feedback: support@bsky.app