How to bypass/remove GraphQL API mutation product variant number limitation

Hi,

I’m getting an “Exceed max number” error from a GraphQL API mutation (

discountCodeBasicUpdate), which I couldn’t find any documentation on.
I’m trying to add more than 100 variants to the eligible products of a discount code (variants that do not currently have a “compare at” price).
If anyone here knows how to bypass/remove this limitation, which is, as of now, breaking a core component of my shop, please let me know. I tried contacting support directly and was unable to get an answer, and I need to fix this as quick as possible.

Thank you,

Have you seen this post: https://www.shopify.com/ca/partners/blog/84051654-7-tips-to-maximize-your-use-of-the-shopify-api

Yes, but the issue is not with the rate limitations but with the mutation “discountCodeBasicUpdate” product variant limitations, so there is no way, on my end, to fix the issue, as the limitation is on Shopify’s side.

Oh sorry man - maybe this: https://apps.shopify.com/more-than-100-variants

Unfortunately, this solution from this app (https://apps.shopify.com/more-than-100-variants) would be to add more than 100 variants to a product. What I’m trying to do, through a GraphQL mutation, is to associate/add more than 100 variants as eligible products/variants to a discount code.