Hi,
Is there a way I can get the order of the status label?
I tried this query:
`query {
boards(ids: 1720999724) {
columns {
settings_str
title
type
}
}
}`
and this is what I get from the settings_str :
which doesn’t include the information that I wanted.
I would expect the results will return in the correct order which is :
“Level 0” > “Level 1” > “Level 2” > “Level 3”
May I know which graphQL can I use to get this result?
Br, YarHuoy



