I am on the “Shopify” tier plan. I am planning on using the workflow system in a variety of ways. But the main way is to do something when a new product is added to the store.
(This is just an example) let’s say I have 300 different “check if X is true” things I want to happen if a product is added to a store. I think if I am reading this right, GraphQL has a standard limit of 100 points per second. There’s also a limit of 40 requests per minute. I am also reading there is a GraphQL limit of 1000 points per minute.
I am hoping someone can offer insight into this. What is the limit of “check if X is true” different conditions I can have when a new product is added? Thank you.