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
Making graphQL query with filter on boolean attribute returns an empty result.
e.g.
{
experiment(copy_numbers_identified:true)
{ id }
}
Once bug is fixed, you must fix integration test in gen3-qa by removing the try/catch surrounding the test
Also, see https://docs.google.com/document/d/1YD5MecoXnLLWH7Ii5KuX5ZRAx4xl7nd0iA2t2cuZ4O0/edit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Making graphQL query with filter on boolean attribute returns an empty result.
e.g.
{
experiment(copy_numbers_identified:true)
{ id }
}
Once bug is fixed, you must fix integration test in gen3-qa by removing the try/catch surrounding the test
Also, see https://docs.google.com/document/d/1YD5MecoXnLLWH7Ii5KuX5ZRAx4xl7nd0iA2t2cuZ4O0/edit
The text was updated successfully, but these errors were encountered: