Skip to main content

Potential bug on Mirror column API 2023-10

  • November 19, 2023
  • 6 replies
  • 417 views

Forum|alt.badge.img
  • Participating Frequently

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
}

6 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • November 19, 2023

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


Forum|alt.badge.img
  • Author
  • Participating Frequently
  • November 26, 2023

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


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • November 27, 2023

Hello there @Roy,

Our team is working on this.

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

Cheers,
Matias


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • November 29, 2023

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


Forum|alt.badge.img
  • Author
  • Participating Frequently
  • December 3, 2023

Hi @Matias.Monday ,

Great! I can confirm that the issue is now fixed

Thanks!


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • December 3, 2023

I am glad that is the case @Roy !