Hi @suyashjain
Absolutely! Hereโs an example of how you can accomplish this:
query {
boards (ids: 1234567890) {
name
items {
id
column_values {
id
}
}
}
}
Is this helpful? Let me know if you have any questions
Best,
Scott