Add microflow activity callGraphQLService to consume GraphQL APIs - Mendix Forum
Add microflow activity callGraphQLService to consume GraphQL APIs
1
Currently to consume GraphQL endpoints, we need to have specialized java actions with complex template strings to formulate the request body and then pass it on to the CallRestService activity.
An out of the box activity should do the job instead.