So far, the following query has worked great. Now, for some reason, it no longer works.
query {
boards(ids: 1147535394) {
items(ids: [1660647663]) {
id
name
column_values {
id
text
value
}
}
}
}
Ultimately, I only need the data from the columns for this one item.