I’m developing a Zapier integration against an underlying Graphql API using cursor based pagination.
What is the recommended way to build my triggers;
- Using polling, and implement some js code to “support” cursor based pagination - any links on how to do this?
- Using REST hooks. I looked at one of the Github repositories, and it seems like it’s not super active - are REST hooks preferred over polling or?
Thanks for helping me out :)