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 > skyblueballykid > i-diffed-githubs-stripes-and-openais-openapi-specs-three-vendors-three-totally-different-3pe1

I diffed GitHub's, Stripe's and OpenAI's OpenAPI specs. Three vendors, three totally different change regimes.

19+ hour, 27+ min ago   (384+ words) Method: for each vendor, two commits of their spec repository — a baseline and a current one — counted operations, and looked at what was removed or newly marked deprecated between them. The commit shas are below so you can reproduce this…...


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)

3+ day, 8+ hour 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.

4+ day, 14+ 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.

4+ day, 20+ 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

5+ day, 23+ hour 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?

1+ week, 1+ day 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

1+ week, 1+ day 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.

1+ week, 1+ day 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, 6+ 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…...