monday
monday copied to clipboard
Missing items_by_column_values method
I was trying to use this library, but a function that I was attempting to use was unavailable
items_by_column_values
query ($boardId: Int!, $columnId: String!, $columnValue: String!){
items_by_column_values (board_id: $boardId, column_id: $columnId, column_value: $columnValue) {
id
name
}
}
Hey @kornpow, thanks for creating this issue. This will be added to our backlog!