Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Fabric GraphQl - How to create multiple record under single mutation.

I am working on GraphQl In fabric. I am having a table which conatins 5 records. I want to create more twomore records in table. When I am tring below query getting some error.    For...
  • nilendraFabric's avatar
    nilendraFabric
    1 year ago

    Hello Anonymous 


    I have created a new WH called Graphql_test and created one table 

    MyTable and 
    ALTER TABLE MyTable
    ADD CONSTRAINT PK_MyTable PRIMARY KEY NONCLUSTERED (ID) NOT ENFORCED;


    It was empty table .

    I added it to graphql api 
    and use muttation to add two records, it worked

     



    Please see if this is helpful