Just paired Spring WebFlux with GraphQL. Performance is 🔥
But file mutations… let’s just say, not sunshine and rainbows 😅
How are you handling them?
#SpringBoot #WebFlux #GraphQL #Java
GraphQL queries brillan cuando necesitas datos específicos de múltiples fuentes. Evitas el overfetching (obtener datos innecesarios) vs REST, y tienes control total sobre la estructura de respuesta. Ideal para apps complejas con APIs heterogéneas. #GraphQL #API...
We wrote up the full implementation using WunderGraph, but the pattern works with any federated GraphQL setup: tinyurl.com/2hrfyvec
#GraphQL #Microservices #DeveloperExperience #PlatformEngineering #DevOps #APITesting
GraphQL queries: Olvídate de sobre-fetching/sub-fetching. Especificas *exactamente* los datos que necesitas con un schema definido. Reduce la latencia, optimiza el ancho de banda y facilita evoluciones en tu API. #GraphQL #API #DeveloperSeed2981
Want to discuss all the #GraphQL things in Paris 🥐?
apidays Paris is hosting GraphQL Day 2025, and the CFP is open until Oct. 12!
Fill it out 👇
graphql.day
¿Cómo optimizarías una GraphQL query con múltiples depth > 2 para evitar query cost explosion? ¿Fragmentos + @include/exclude son la mejor opción, o hay estrategias menos comunes pero más eficientes? #GraphQL #Optimization #Performance