Getting value for linked columns

I am having troubles getting customer name columns because the column is a linked column

{
                "id": "link_to_item",
                "text": "Answe",
                "value": "{value}",
                "type": "board-relation"
                  },
items_by_column_values(board_id: id, column_id: "link_to_item", column_value:"Answe" ) {
     id
     name
   } 

This fails to return the item name, but when the type is text it returns the value

Hello @cjmash!

Welcome to the community! I hope you like it here :muscle:

Being transparent with you, I did not understand the two different response you are getting with each query. Could you please send query 1 + response 1 and then query 2 + response 2?

With this information I will better understand the context to try to find a solution for you.

Looking forward to hearing from you!

Cheers,
-Matias