1 year ago
#38614
::
Hi Rushikesh,
Simplifier has no dedicated connector for GraphQL, however, since GraphQL servers should be able to handle HTTP GET and POST methods, you can use Simplifier’s REST connector.
Here is GraphQL’s documentation on the structure of HTTP requests: https://graphql.org/learn/serving-over-http/
I tested the functionality with the Star Wars open source GraphQL API. In the attached screenshot, you can see that I added the query parameter ‘query’ to the endpoint URL. Inside this parameter, I inserted the request to the GraphQL API. So in general, the connection should work.