Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing items_by_column_values method #62

Open
kornpow opened this issue Jun 21, 2022 · 2 comments
Open

Missing items_by_column_values method #62

kornpow opened this issue Jun 21, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kornpow
Copy link

kornpow commented Jun 21, 2022

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
    }
}
@rhymiz rhymiz added enhancement New feature or request good first issue Good for newcomers labels Sep 2, 2022
@rhymiz
Copy link
Collaborator

rhymiz commented Sep 2, 2022

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

@Wamolambo
Copy link

Hey @kornpow, has there been any update on this ticket?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants