Skip to main content

I am trying to fetch mirror column values in API playground.

Can someone help me with how to write query to fetch mirror column values?

{
items {
column_values {
... on MirrorValue {
display_value //this is the text value of the column. There is no true 'value' like other columns.
}
}
}
}

Thank you @anon29275264 !!!


Reply