Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bluexblue
Contributor
Contributor

Building a GraphQL Mutation from XML or JSON ?

I need to send data to an API using a GraphQL Mutation. My data resides in database tables. Is there a standard way of doing it?

 

The structure would be nested like the following:

-------------------------------------

Entity

   - ID

   - Address (loop)

      -- City

      -- Country

      -- State

   - Contact (loop)

      -- Email

      -- Phone

------------------------------------

 

should i start building a JSON in certain way and build from there somehow? knowing that GraphQL is similar to JSON but not identical.

 

 

 

 

Labels (2)
2 Replies
Anonymous
Not applicable

Hi,

 

   I could see a similar post marked as resolved below.

 

https://community.talend.com/t5/Design-and-Development/GraphQl-in-Talend/td-p/166047

 

   Could you please check the details?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

bluexblue
Contributor
Contributor
Author

Thanks for the link but it was about a very simple case.
I updated the main post with the structure that i wanted to load which would have nested columns.