fix: remove redundant -post suffix from translationKey

This commit is contained in:
Carson
2026-05-10 22:10:23 +02:00
parent 274791435f
commit 3468870931
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
title: "Why GraphQL APIs are perfect for agentic AI"
date: 2026-05-10
description: "GraphQL brings self-documentation, flexible queries and schema introspection — exactly what AI agents need to understand and use APIs autonomously."
translationKey: "graphql-agentische-ki-post"
translationKey: "graphql-agentische-ki"
---
Software development has long had a quiet foundational principle: you ask yourself *how users should use the software* — not how they want to use it. That made sense. Software is deployed at the user's end, fixed and finished. It must define interfaces in advance, because it can no longer adapt at runtime. The developer makes the design decisions; the user follows.