Graphql - columns on specific board id + view id

Hello,
I’m trying to query a specific board and view id and return all columns. I’ve tried several options and cannot query a specific view id like I can with a board (see below). Any ideas?

Thx!!

query {boards (ids: 12345) {views (ids:6789)} columns {id title}}’

This works (below) but just lists all views followed by all column ids and titles. Is there a way to select just the columns included in a view?

query {boards (ids: 12345) {views {id name} columns {id title}}}

Hello there @penasm,

As of today it is not possible to do that via API.

Let me know if you have any other questions!

Cheers,
Matias