Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
-- 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.
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
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.