👀 Pssst... GraphQL just got #Requestlyfied.
Intercept & tweak GraphQL requests in Chrome using Modify Request Body — just like REST. ✅
Test edge cases, toggle flags, simulate errors — no backend needed. 😎
Try it: shorturl.at/lLs3u
#GraphQL #DevTools #Frontend
REST vs. GraphQL isn't a war, it's a choice.
REST → Simple, cacheable resources (users, posts).
GraphQL → Flexible queries for complex frontends, no over-fetching.
The tool must fit the problem. What's the deciding factor for your team?
#WebDev #API #GraphQL
💥 Learn production #GraphQL from Netflix, Meta & LinkedIn teams at #GraphQLConf 2025! Three days in Amsterdam covering federation, scaling, security & more. Perfect for newcomers and pros alike.
Schedule: hubs.la/Q03yvFs60
Register: hubs.la/Q03yvFTl0
Use the Storefront GraphQL API to fetch dynamic product data with blazing speed.
⚡ Fast storefronts = better UX + higher conversions.
#Shopify #eCommerceDev #GraphQL #StorefrontAPI #HeadlessCommerce #OnlineStore #JavaScript
Just finished refactoring my API! 💻 Using GraphQL has allowed me to reduce the number of requests drastically. Fewer round trips mean faster response times. Have you tried optimizing your APIs yet? #GraphQL #Performance
🎓 Weekly Wisdom #11
When using Apollo Connectors for POST mutations, your body must match the API’s expected shape—flat or nested.
💡 Learn how to craft your payload in Lesson 10 of our Odyssey course:
apollographql.pulse.ly/qrbmgpezu3
#GraphQL #Connectors #Odyssey
🙋 For building robust APIs (using #Symfony)
Which one would you pick and why?
1️⃣ #FOSRESTBundle
2️⃣ API Platform
3️⃣ Just pure Symfony Routes & Response
4️⃣ ... comment
#devdiscuss #GraphQL #restful #php #symfony
Tired of manual bottlenecks in #APITesting?
#Testrig’s #APITestAutomationServices help you streamline validation, improve test coverage, & accelerate delivery cycles with custom frameworks built for #REST, #SOAP, & #GraphQL #APIs.
Learn more:
testrigtechnologies.com/api-automation…
#QA
Triple stores are key to semantic interoperability and enterprise knowledge. But only if they work at scale.
🌐 Fast queries
⚙️ Smooth updates
🚀 Lightweight operation
TentrisDB does exactly this. Launch is near. #SPARQL #GraphQL #KnowledgeGraphs #DataTech
Join us for this Saturday's session!
👨💻 Talks on:
• Java + GraphQL APIs - Frank Mwangi
• Spring AI from Chat to Voice - Ian Dancan
🗓 26th July | 🕗 8–9:30PM EAT | 📍 Google Meet
🎯 Register now: lu.ma/vho7x38p
#KenyaJUG #Java #SpringAI #GraphQL
Using Active Storage Direct Uploads in GraphQL with Ruby on Rails (from 05/07/2025) #ruby #rubyonrails #programming #Using #Active #Storage #Direct #Uploads #GraphQL #Rails #active rubyonrails.ba/link/using-act…
¡Ojo con el alias en GraphQL! ⚠️ Usarlo para condicionar la query (ej: campo: { if: $condicion }) no funciona. Solo aplica a *renombrar* campos. Usa Directivas (Francisco, @skip) o fragmentos condicionales para lógica condicional real. #GraphQL #debugging #webdev