How can I use graphql for shopify recharge API

If any can help me how I get all subscription list from recharge via graphql? I am getting “rate limit” issue that’s why I want to replace rest API with graphql query.

Nice idea, could u share the workflow currently? Are you using this currently?

curl ‘https://api.rechargeapps.com/subscriptions’ \
-H ‘X-Recharge-Version: 2021-11’ \
-H ‘X-Recharge-Access-Token: your_api_token’ \
-d limit=3 -G

I’m currently using the REST API in my n8n workflow to retrieve the subscription list. There are approximately 14,456 customers, but I’m only receiving data for around 2,600 subscription customer IDs. After that point, I’m encountering a “Too Many Requests” (429) error. That’s why I want to replace rest API with graphql . I am getting error to post the workflow. That’s why I am posting the image of workflow. Please look and let me know where I need to change the work flow.


I have posted the Workflow here. Please check it.

Thanks