Skip to main content

Hello I’m trying to get through graphql the lookup values represented in a mirror column.

The returned value is null, for which I asume lookup columns need to receive the parent id of the connected board in the query, but I’m not sure how to elaborate on that.


{
boards(ids: 3072864141) {
items {
id
name
column_values(ids: d"mirror"]) {
value
}
}
}
}

Hello @Sach and welcome to the community!


I hope you like it here 💪


When working with mirror columns, you will not be able to get the “value” of the column for an item.


You can however, get the “text” inside that column.


I hope this helps!


Cheers,

Matias


Reply