<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Building a GraphQL Mutation from XML or JSON ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Building-a-GraphQL-Mutation-from-XML-or-JSON/m-p/2203955#M5030</link>
    <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The structure would be nested like the following:&lt;/P&gt;
&lt;P&gt;-------------------------------------&lt;/P&gt;
&lt;P&gt;Entity&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; - ID&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; - Address (loop)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- City&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Country&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- State&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt; - Contact (loop)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Email&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Phone&lt;/P&gt;
&lt;P&gt;------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should i start building a JSON in certain way and build from there somehow? knowing that GraphQL is similar to JSON but not identical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 11:56:14 GMT</pubDate>
    <dc:creator>bluexblue</dc:creator>
    <dc:date>2019-08-20T11:56:14Z</dc:date>
    <item>
      <title>Building a GraphQL Mutation from XML or JSON ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Building-a-GraphQL-Mutation-from-XML-or-JSON/m-p/2203955#M5030</link>
      <description>&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The structure would be nested like the following:&lt;/P&gt;
&lt;P&gt;-------------------------------------&lt;/P&gt;
&lt;P&gt;Entity&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; - ID&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; - Address (loop)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- City&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Country&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- State&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt; - Contact (loop)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Email&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Phone&lt;/P&gt;
&lt;P&gt;------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should i start building a JSON in certain way and build from there somehow? knowing that GraphQL is similar to JSON but not identical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Building-a-GraphQL-Mutation-from-XML-or-JSON/m-p/2203955#M5030</guid>
      <dc:creator>bluexblue</dc:creator>
      <dc:date>2019-08-20T11:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Building a GraphQL Mutation from XML or JSON ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Building-a-GraphQL-Mutation-from-XML-or-JSON/m-p/2203956#M5031</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;I could see a similar post marked as resolved below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpE8CAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/GraphQl-in-Talend/td-p/166047&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please check the details?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 04:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Building-a-GraphQL-Mutation-from-XML-or-JSON/m-p/2203956#M5031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-21T04:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Building a GraphQL Mutation from XML or JSON ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Building-a-GraphQL-Mutation-from-XML-or-JSON/m-p/2203957#M5032</link>
      <description>&lt;P&gt;Thanks for the link but it was about a very simple case.&lt;BR /&gt;I updated the main post with the structure that i wanted to load which would have nested columns.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 12:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Building-a-GraphQL-Mutation-from-XML-or-JSON/m-p/2203957#M5032</guid>
      <dc:creator>bluexblue</dc:creator>
      <dc:date>2019-08-21T12:33:40Z</dc:date>
    </item>
  </channel>
</rss>

