trying to recieve all values of iall tems in board using: query = ‘’’
query {
boards(ids: %s) {
items {
id
name
column_values {
title
value
}
}
}
}
‘’’ % board_id
You will have to use items
nested in items_page
instead of items
. Here is an example in the documentation