Is there away to pass a function id to the run.graphql query in Shopify? – Stack Overflow

Is there away to pass a function id to the run.graphql query in Shopify? – Stack Overflow

Here is a modified code that can help you pass a discountID variable dynamically. query RunInput($discountId: ID!) { discountNode(id: $discountId) …

 

Read More