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

Add filtering to GraphQL API queries #637

Closed
deekerno opened this issue Mar 8, 2023 · 0 comments · Fixed by #721 or #763
Closed

Add filtering to GraphQL API queries #637

deekerno opened this issue Mar 8, 2023 · 0 comments · Fixed by #721 or #763
Assignees
Labels

Comments

@deekerno
Copy link
Contributor

deekerno commented Mar 8, 2023

Now that #460 has been merged, we should investigate adding filters to GraphQL API queries. Up until now, the only supported filter has been an equivalence (=) relation. We should probably support the following capabilities:

  • equivalence (=)
  • comparison (<=, <, >, =>)
  • set inclusion/exclusion (in, not in)
  • has non-null value

Each of these would have to implemented differently for each class of ColumnType, e.g. integer, string, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants