I’m using the GraphQL API to query a board and it’s going great so far. Only issue is that for some reason the very first column in my board is not getting returned. Only the other columns after it. Is the first column a protected / special column for some reason?
My query is:
query {
me {
name
}
boards(ids:<board_id>) {
name
id
columns() {
id
title
type
}
items() {
id
column_values() {
id
text
title
# value
# type
}
}
}
}
Ohhh you meant the name column as your first column!
I am glad you found the solution!
Let us know if you have any other questions!
Cheers,
Matias
Hi @Matias.Monday - I actually asked another question on another page. I’ll link here, would love if you have an answer.
Hello there,
I replied in the other topic!
Hi @Matias.Monday, I asked another question on the board if you have a moment to take a look. Question unrelated to this but figured I’d ping you, thanks!