I’m trying to get all if the index values associated with a status column.
query{
items (ids:){
column_values
{}}}
doesn’t work for this due to needing an item id, which limits the scope too much.
query {
boards (ids: ) {
columns (ids:) {}}}
Won’t work either, because you can’t query for column values here.