Can someone assist in converting this query to the new API using items_page? I need to pull the information for roughly 6000 subitems. As a noob, I was just wrapping my head around GraphQL with the last API version but now I am just lost. Any help is appreciated:
{
“query”: “query {items(ids: [XXX,XXX,XXX,XXX,XXX]) {id column_values{value text}}}”
}
Can this type of query be done at the item/subitem board ID level or do I need to feed each item ID into the query?