GraphQL Integration Pega 7.4

Hi,

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.

Thank you.

Hi @DianaD00

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.

Here is an idea you can up-vote for consideration: Build a Connector for GraphQL Integration

Here is a Question that might help: GraphQL

Hope that helps!

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.