MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
941 stars 278 forks source link

Shedule request based on query costs #651

Open Bellian opened 3 months ago

Bellian commented 3 months ago

Hello, I was wondering if you are interested in creating a request sheduler based on the calculated points of a request. I implemented a client side pont estimation using the graphql-tag package and analysing the request structure.

https://playcode.io/1821862

It is pretty basic but it may be beneficial for this project.

Also are you interested in convertig into typescript?