monday icon indicating copy to clipboard operation
monday copied to clipboard

Missing items_by_column_values method

Open kornpow opened this issue 3 years ago • 2 comments

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
    }
}

kornpow avatar Jun 21 '22 16:06 kornpow

Hey @kornpow, thanks for creating this issue. This will be added to our backlog!

rhymiz avatar Sep 02 '22 18:09 rhymiz