Jennifer Häfner
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (310)
Has successfully completed the online course Advanced (320)
Has successfully completed the Intermediate Certification
Has successfully completed the Advanced Certification
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.