Member since
10-31-2023
1
Post
0
Kudos Received
0
Solutions
12-06-2023
02:34 AM
If you want to GET the data form the GraphQL by using CURL: Then Choose InvokeHTTP Processor. HTTP Method: GET HTTP URL: Your URL?query={queryUser{attribute1,attribute2,attribute3}} Socket Connect Timeout : 5 mins By this you can get data in the Response Relationship.
... View more