Install
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.
Related topics
Latest in GraphQL & RPC
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…...
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…...
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…...
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…...
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…...
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....
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…...
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 …...
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…...
Doing your homework with Neo4j & AI - Neo4j Graph Intelligence Platform
2+ week, 8+ hour ago (1321+ words) ...