Bulk Mutate order number

Hi,
I have an array of order_number and would like run a mutate query to update all the order_number inside this array to hold.
My only solution is to run the query for every single order but that would not be efficient and gives me “not enough credit” error.
Is there a graphQL query I can use to bulk order update given an array of order_number?

Hello @oneye!
Welcome to our Public API Community!

Unfortunately, we do not have bulk mutations as we do with some queries. Could you share with me which mutation are you trying to run in bulk?

Have a nice day!
Tomas