Forum Discussion

ADB0513's avatar
ADB0513
Copper Contributor
Feb 22, 2025

GraphQL API call in Azure Data Factory

I am trying to call a GraphQL API in Data Factory.  The API requires 2 steps.  The first is to login and retrieve the Authentication token, and then the second is to use that token to call the GraphQL endpoint and pass in the query in the body.  Is ADF capable of doing so?  I have used a web activity and can successfully authenticate, but then I get an error saying that my JSON is not formatted correctly.  I have passed it in as { "query" : "{GraphQL query here}"}

 

From what I've seen, ADF doesn't do well with GraphQL, but are there workarounds?

No RepliesBe the first to reply

Resources