I’m currently trying to write a GraphQL query that finds items in a board using the item name. I assume I’m missing something obvious, because I can only find how to:
- Query item by Id (Using the items function), or
- Query item by the value of one of the columns (Using the items_by_column_values function)
It really seems like I’m missing something obvious
Hopefully somebody can help