We have a requirement to consume a service which request is graphql type, it seems that there is no OOTB connector to achieve this, I was wondering if anyone in the community has been able to implement this?
We are using Pega customer service for financial services v7.4. Any ideas/suggestions would be appreciated.
I reached out to some of my SMEs and they advised that we didn’t add support for this until Pega 8.4 and that was only in regard to email, not as a generalized authentication type. They suggest it might be best to contact Pega Consulting.
I did also find a couple of Related Content on the right pane of this thread for you.
This was solved by converting graphql query to json, and then passing the query as a string param in the request. This allowed us to use a REST connector. Integration worked fine.