Forum Discussion
msturzen
21 days agoFrequent Visitor
GraphQL update... mutation for Fabric SQL DB failing
Hi everybody, I want to update items in a Fabric SQL DB via GraphQL mutation query. But that fails with "InternalServerError" (and nothing else). What I tried: ❌ mutation update.... ✅ mutatio...
Kagiyama_yutaka
Continued Contributor
2 days agoFabric graphql only runs an update when the exposed schema shows that column writable, and the call stops when the input includes the pk field; sending just the writable column or doing the change through a tiny proc stays inside the normal behavior.