From 94b8732be23fcde5a82b073253af61146dc8c553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20R=C3=B8nning?= Date: Sun, 19 Jul 2026 13:29:01 +0200 Subject: [PATCH] [CDF-28123] fix(graphql): exclude extra YAML fields from upsertGraphQlDmlVersion mutation variables ## Bump - [x] Patch - [ ] Skip ## Changelog ### Fixed - cdf deploy for GraphQL data models no longer sends extra or unknown YAML keys to the upsertGraphQlDmlVersion mutation, and now surfaces the real API error message instead of an opaque Pydantic validation crash.