Forum Discussion
msturzen
22 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...
ipkus
22 days agoFrequent Visitor
I understand your frustration. Yes, querying part works well
The error have been very cryptic in Fabric. Give below a try
- Import a table ( only having mutations can cause issues )
- Create a test procedure with the output columns same as input and add additional return values as needed.
- Import that procedure into Graph QL
- This method works well. Once this works for you, you can tweak and play around with settings