Potential bug on Mirror column API 2023-10

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
}
1 Like

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 :grin:

Cheers,
Matias

2 Likes

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 :grin:

Cheers,
Matias

1 Like