Apollo Kotlin 5 is out!

In this version, all the latest (and bleeding edge!) GraphQL support, a modernized infrastructure, and a lot more!

https://www.apollographql.com/blog/apollo-kotlin-5-is-now-available

#kotlin #graphql #androiddev

Apollo Kotlin 5 Is Now Available - Apollo GraphQL Blog

Apollo Kotlin 5 is now available on Maven Central. GraphQL Golden Path ready, with a new normalized cache, agent skills support, and a modernized Gradle plugin.

Evershop: TypeScript E-Commerce Platform

EverShop은 TypeScript 기반의 모던 전자상거래 플랫폼으로, GraphQL과 React로 구축되어 개발자 친화적인 모듈식 아키텍처를 제공합니다. Docker 이미지로 빠른 설치가 가능하며, 확장성과 테마 개발을 지원해 맞춤형 쇼핑 경험 구축에 적합합니다. 오픈소스 프로젝트로 활발한 커뮤니티와 기여를 장려하며, 향후 EverShop Cloud를 통한 확장도 계획 중입니다.

https://github.com/evershopcommerce/evershop

#typescript #ecommerce #react #graphql #docker

GitHub - evershopcommerce/evershop: 🛍️ Typescript E-commerce Platform

🛍️ Typescript E-commerce Platform. Contribute to evershopcommerce/evershop development by creating an account on GitHub.

GitHub
Senior Principal Software Engineer at Zoominfo

Zoominfo is hiring Senior Principal Software Engineer

Senior Staff Engineer, Developer Productivity at Webflow

Webflow is hiring Senior Staff Engineer, Developer Productivity

24 hours until the CfP for "Apidays New York" closes: https://apidays.typeform.com/to/ILJeAaV8

#cfp #conference #graphql

apidays Call For Speakers

80+ events, 100,000+ past participants, 300k+ online community, apply to speak at the world's leading series of API Conferences

【AWS AppSync】Amplify Gen 2 の裏側で動く「スマートな中継機能」を理解する - Qiita

はじめに AWS AppSync Amplify Gen 2 でアプリ開発していると良く使われる AWS AppSync ですが、これまで深く考えずにKi...

Qiita

📌 NHOST : backend-as-a-service open source. PostgreSQL + GraphQL Hasura + auth + storage + serverless. Alternative Firebase self-hosted. Licence MIT. #Backend #GraphQL #OpenSource

https://mondary.design/2026/05/nhost-lalternative-open-source-a-firebase-avec-postgresql/?utm_source=mastodon&utm_medium=jetpack_social

#GraphQL for #Drupal 5.0.0-rc1 released!

We adapted some dataproducers and which services get injected.

Please test!

https://www.drupal.org/project/graphql/releases/5.0.0-rc1

graphql 5.0.0-rc1

This is the first release candidate of GraphQL 5.0.0! We expect to realease 5.0.0 stable soon. Contributors (6) atowl, kingdutch, acbramley, tibezh, klausi, Kingdutch Changelog Issues: 4 issues resolved. Changes since 5.0.0-beta4: Bug fix(PasswordReset): Added flood control for Password Reset Data Producer (#3587790) fix: #3587709 Services should not keep the container fix: #3586965 Dependency injection anti-patterns Feature feat: #3533544 Allow explorer to grow to viewport height When upgrading from 4.x please check the change records and other API changes listed in [#3513158].

Drupal.org
Software Engineer II, Front End at PlayStation

PlayStation is hiring Software Engineer II, Front End

Is GraphQL the Panacea for Agentic AI?

GraphQL의 스키마와 쿼리 스타일은 에이전트 기반 AI가 API를 효율적으로 탐색하고 안전하게 쿼리하는 데 유리한 점이 있다. 특히 GraphQL의 스키마는 API 구현과 밀접하게 연동되어 있어 확장성과 일관성을 유지하기 쉽고, 쿼리 언어의 유연성은 LLM과의 상호작용에서 강점으로 작용한다. 다만, 내부 API에서 에이전트가 직접 구현을 수정할 수 있는 경우에는 GraphQL의 장점이 줄어들 수 있으며, 비용이 큰 쿼리를 방지하기 위한 검증 및 승인 절차가 필요하다. 전반적으로 GraphQL이 에이전트 AI에 완벽한 해결책은 아니지만, 안전한 쿼리와 확장 가능한 API 설계 측면에서 유용한 도구가 될 수 있음을 제시한다.

https://magiroux.com/posts/is-graphql-the-panacea-for-agentic-ai

#graphql #agenticai #llm #api #schema

Is GraphQL the Panacea for Agentic AI?

GraphQL's schema and flexible query style make it an interesting candidate for agentic AI systems — but is it actually the right choice? Let's dig in.