Hello,
I would like to choose a specific view in my query with GetBoardItem, i didint find a way to do that with de documentation.
This one is the Query I’m currently using:
query GetBoardItems{ boards(ids:[board_id]) { items_page(limit: 500) { items { id name column_values { id text } } } } }
I would really appreciate if you could help me.
Thank you