New boards query field: items_count

We have added a new field, items_count, to the boards query.

This new field will return the number of items on boards across an account or across certain boards if specified in the query.

The items_count field can be called like this:

query {
  boards {
    items_count
  }
}

With this new field, you can enjoy more ease in working with board data, as you will no longer have to do a manual count of items in your account.

🚧

High complexity cost query

Be sure to use the items_count query with caution, as it comes with a high complexity cost. See more on Rate Limiting here.

Happy building! 🛠