Forum Discussion
Anonymous
1 year agoNot applicable
Unable to insert,update,delete from GraphQL
I am using Graph Ql, I performing the different CRUD operation. When I am doing single update,insert and delete its working. But when I am trying with multiple rows I am not able to do. Did any one t...
nilendraFabric
1 year agoSuper User
Hello Anonymous
You cannot use the automatically generated GraphQL mutations in Microsoft Fabric to perform inserts, updates, or deletes on multiple rows in a single call because each of those mutations requires a primary key value for one specific row.
Please accept this solution if this is helpful