Hi expertsWe need to consume a GraphQL API from Mendix. The platform only has built-in support for REST and SOAP. What is the recommended approach to call a GraphQL endpoint, handle dynamic queries, and map the response to Mendix entities?
asked
Rakesh
1 answers
1
Hi Rakesh
Check out mendix https://docs.mendix.com/refguide/graphql-representation/ this for more information.
if not GraphQL is just HTTP POST with a JSON body under the hood so you can consume it cleanly using Mendix's REST call action.