Hey,
Tried to get the view name of my custom board view using this and got only the non-app board views. Is there a way to get my app’s board view name in the user’s board?
query BoardViews($boardId: Int!) {
boards(ids: [$boardId]) {
name
views {
id
name
type
}
}
}
Cheers,
Ronen
