We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 } }
The text was updated successfully, but these errors were encountered:
Hey @kornpow, thanks for creating this issue. This will be added to our backlog!
Sorry, something went wrong.
Hey @kornpow, has there been any update on this ticket?
No branches or pull requests
I was trying to use this library, but a function that I was attempting to use was unavailable
items_by_column_values
The text was updated successfully, but these errors were encountered: