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
}