Skip to main content

Hello,


I noticed in the documentation (Mirror) that you can include a fragment in your query, as shown in the example:


query {
items(ids: [1234567890, 9876543210]) {
column_values {
... on MirrorValue {
column
id
}
}
}
}

However, when attempting to retrieve information with the fragment on a Mirror column that is not connected to a board, an error is returned:


{
"error_message": "Internal server error",
"status_code": 500
}

Hello there @Roy,


Thank you for bringing this to our attention. I will check this with our R&D team and let you know what they say 😁


Cheers,

Matias


Hello @Matias.Monday ,


Any news regarding the issue?

I have found out that if you trying to use “display_value” on the Mirror fragment it will show the message above


Hello there @Roy,


Our team is working on this.


As soon as we have an update, we will share it 😁


Cheers,

Matias


Hello there,


Our team has informed me that a fix was deployed.


Would you be able to please check if this is working well for you now and let me know?


Looking forward to hearing from you!


Cheers,

Matias


Hi @Matias.Monday ,


Great! I can confirm that the issue is now fixed


Thanks!


I am glad that is the case @Roy !


Reply