<?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 Re: Query data from App using GraphQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349426#M116412</link>
    <description>&lt;P&gt;Can anybody provides a solution to how the graphQL can be pass to tRestClient . The reference for this particular use case is less in the support channels, so your support would be appreciable.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 13:19:20 GMT</pubDate>
    <dc:creator>SreejithSL</dc:creator>
    <dc:date>2023-03-07T13:19:20Z</dc:date>
    <item>
      <title>Query data from App using GraphQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349423#M116409</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a requirement to pull data from one of our applications which support GraphQL. Can anybody  provides the idea of how we can implement through talend components. I tried  with tRest -&amp;gt;tExtractJSON-&amp;gt;tlogRow but the output resulted in error code.&lt;/P&gt;&lt;P&gt;This is how I designed  tRest  I put a POST request , in header tab provided the content type  and authorization then in http body has provided the GraphQL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 11:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349423#M116409</guid>
      <dc:creator>SreejithSL</dc:creator>
      <dc:date>2023-03-06T11:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from App using GraphQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349424#M116410</link>
      <description>&lt;P&gt;@Sreejith Sreedharan Leela​&amp;nbsp;Take a look at the below topics which show how to write the query.&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/question/0D53p00007vCpE8CAK/graphql-in-talend&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/question/0D53p00007vCn6MCAS/how-to-use-graphql-query-with-talend&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try and let me know if you have any errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 12:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349424#M116410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-06T12:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from App using GraphQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349425#M116411</link>
      <description>&lt;P&gt;Thanks for the reply. These links I already tried and no result. My question is ,can I pass the graphql query in the http body of the tRest client, &lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 14:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349425#M116411</guid>
      <dc:creator>SreejithSL</dc:creator>
      <dc:date>2023-03-06T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from App using GraphQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349426#M116412</link>
      <description>&lt;P&gt;Can anybody provides a solution to how the graphQL can be pass to tRestClient . The reference for this particular use case is less in the support channels, so your support would be appreciable.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 13:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349426#M116412</guid>
      <dc:creator>SreejithSL</dc:creator>
      <dc:date>2023-03-07T13:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from App using GraphQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349427#M116413</link>
      <description>&lt;P&gt;can you confirm that you are using tRestClient or tRest Component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with tRestClient:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...tMap--&amp;gt;tRestClient&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should see a body and a string column in your tMap output table. In your tMap output table's &lt;B&gt;string &lt;/B&gt;column value expression, write your query string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want to test the JSON being produce by replacing the tRestClient with a tLogRow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with tRest:&lt;/P&gt;&lt;P&gt;write the query string in the body field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 23:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349427#M116413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-07T23:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from App using GraphQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349428#M116414</link>
      <description>&lt;P&gt;I tried tRest first,  in http body part I provided the json graphql query  similar like below. But it throws error.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;online_users {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;id&lt;/P&gt;&lt;P&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;todos {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;user {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;output &lt;/P&gt;&lt;P&gt;==============&lt;/P&gt;&lt;P&gt;----------------+----------.&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tLogRow_7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/P&gt;&lt;P&gt;|=---------------+---------=|&lt;/P&gt;&lt;P&gt;|Body&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|ERROR_CODE|&lt;/P&gt;&lt;P&gt;|=---------------+---------=|&lt;/P&gt;&lt;P&gt;|error code: 1010|403&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/P&gt;&lt;P&gt;'----------------+----------'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 09:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-App-using-GraphQL/m-p/2349428#M116414</guid>
      <dc:creator>SreejithSL</dc:creator>
      <dc:date>2023-03-08T09:54:04Z</dc:date>
    </item>
  </channel>
</rss>

