GraphQL & RPC

Schemas, federation, protobuf, and contract-first service stacks.

  • 7 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in GraphQL & RPC


dev.to > christopherdond > i-turned-a-real-openapi-into-an-mcp-server-in-5-min-without-losing-custom-code-on-regen-2j2k

I turned a real OpenAPI into an MCP server in 5 min (without losing custom code on regen)

9+ hour, 17+ min ago   (145+ words) I built an OpenAPI to MCP server generator for TypeScript, Python and Go. The v1 mistake: 1 endpoint = 1 tool. On a real API with 200 operations, you get a 200-tool server. Nobody can use that. That was the exact feedback I got on…...


dev.to > deepaksatyam > we-scanned-1939-repositories-95-of-projects-publishing-an-openapi-spec-have-no-compatibility-51of

We scanned 1,939 repositories. 95% of projects publishing an OpenAPI spec have no compatibility gate.

1+ day, 15+ hour ago   (1184+ words) We went looking for projects that publish an OpenAPI specification and then let anything through CI unchecked. We expected a niche. We found the default. Of 85 repositories with a genuine first-party OpenAPI spec, exactly four run any breaking-change detection at…...


dev.to > sunnydachs > your-openapi-spec-is-a-contract-nobody-is-checking-it-i-built-a-cli-that-detects-spec-code-drift-23ah

Your OpenAPI spec is a contract. Nobody is checking it. I built a CLI that detects spec↔code drift with zero dependencies.

1+ day, 21+ hour ago   (358+ words) An OpenAPI spec is not just documentation. SDKs, frontend types, API docs, mock servers — everything is generated from the spec. When the implementation drifts from it, everything generated starts lying quietly. This is about oas-drift, a CLI I built that…...


dev.to > anirudhagadekar > virtual-sandbox-from-swagger-spec-build-a-working-openapi-mock-18fa

Virtual sandbox from Swagger spec: build a working OpenAPI mock

3+ day, 53+ min ago   (178+ words) You have an OpenAPI file. The frontend needs an API URL today. The backend is still being built. For this walkthrough, I uploaded a small product catalog spec to Beeceptor and called the generated routes. GET /products returned HTTP 200 with…...


dev.to > ninawekunal3 > added-a-bff-layer-before-reaching-for-graphql-what-happened-next-c0f

Added a BFF layer before reaching for GraphQL. What happened next?

5+ day, 11+ hour ago   (24+ words) TL;DR: One table page was making 1 + 1 + N network calls and pulling every bill into the browser. A... Tagged with frontend, bff....


theregister.com > databases > 09/15/2026 > postgresql-19-graph-queries-fail-the-would-you-ship-this-test > 5296343

PostgreSQL 19 graph queries fail the 'would you ship this?' test

5+ day, 19+ hour ago   (541+ words) PostgreSQL developers have pulled planned graph query support from version 19 over concerns that unresolved bugs could haunt the release. The feature, SQL Property Graph Queries (SQL/PGQ), became part of the SQL standard in 2023. It provides syntax for exploring relationships…...


medium.com > @srishtirathi31 > graphrag-is-not-rag-with-extra-nodes-here-is-when-it-actually-earns-its-keep-34555b68fbf5

GraphRAG is not “RAG with extra nodes.” Here is when it actually earns its keep.

5+ day, 19+ hour ago   (1334+ words) A practical guide to using knowledge graphs with retrieval — what we learned about where it shines, where it …...


getminds.ai > docs > api > openapi

OpenAPI Spec & TypeScript Clients

1+ week, 3+ day ago   (224+ words) Machine-readable OpenAPI 3.1.0 spec for the Minds API. Generate typed TypeScript clients or pipe the JSON straight into your LLM. The Minds public API ships a machine-readable OpenAPI 3.1.0 spec. Build typed clients or give the JSON to an LLM for routes with…...


theregister.com > databases > 09/04/2026 > postgresql-19-connects-the-dots-with-standardized-graph-queries > 5294500

PostgreSQL 19 connects the dots with standardized graph queries

2+ week, 2+ day ago   (531+ words) PostgreSQL 19 is set to add standardized SQL syntax for querying property graphs. The open source database has steadily grown in popularity over the last five years, becoming the most popular among developers for the first time in 2023. Speaking to The…...