Skip to main content
Best answer

Zapier for GraphQL APIs?


Does anyone know if Zapier works with GraphQL APIs? If so, how? 

Thanks for any and all advice!

Best answer by ikbelkirasanBest answer by ikbelkirasan

@mgavaudan - Maybe you should build a custom CLI integration to use GraphQL. You’ll be able to use any GraphQL library for Node.js. An alternative would be to send your GraphQL query using fetch in a Code step.

View original
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

nicksimard
Forum|alt.badge.img+11

HI @mgavaudan!

Would you be able to elaborate on that? Is this in reference to creating an integration on the Zapier platform? And do you have any API documentation we could take a look at? Thanks!


ikbelkirasan
Forum|alt.badge.img+12

@mgavaudan - Maybe you should build a custom CLI integration to use GraphQL. You’ll be able to use any GraphQL library for Node.js. An alternative would be to send your GraphQL query using fetch in a Code step.


Thanks @ikbelkirasan, I think I’ll do the second suggestion.