Hi!
I need to be able to duplicate a product but update the price of the one and only variant that the product has.
Currently I have to make the duplicate product mutation, wait for the response, then make a second mutation to update the product variant using the ID that is returned in the response of the first mutation.
Is this the only way to do this, or is there a way to be able to batch the calls?
Thanks!