Hi!
I set order_insertion_by = ['priority']
So, if I have nodes:
A [priority = 2]
B [priority = 0]
C [priority = 4]
order is: B, A, C
But I want this in descending order (C,A,B) - what I have to do?
Hi!
I set order_insertion_by = ['priority']
So, if I have nodes:
A [priority = 2]
B [priority = 0]
C [priority = 4]
order is: B, A, C
But I want this in descending order (C,A,B) - what I have to do?