Why allocation_priority in Order query is Boolean however on mutation is asking for an int?

when we Query order the allocation_priority is Boolean, but in mutation UpdateOrderInput is int, what value we should use?
In dashboard this field has this options “Low == -1 | Default == 0 | High == 1” but if we updated order with “-1 or 1” in query " allocation_priority " has value true, for 0 we receive false.

Hi @varun
Thank you for mentioning this!. That is correct, we are planning on changing it to -1 0 and 1 (Low, Default or High), Boolean will not work for Low at the moment.
I will let you know as soon as this gets fixed.
Thanks again!
Tom

Hi @tomasw works, thanks you

1 Like