-
Notifications
You must be signed in to change notification settings - Fork 65
redesign, refactor property filters #2311
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
Conversation
ljeub-pometry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to tidy up validation and python builders
python/tests/test_base_install/test_graphql/test_filters/test_nodes_property_filter.py
Outdated
Show resolved
Hide resolved
| operator: node.operator.into(), | ||
| field_name, | ||
| field_value, | ||
| operator, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not for now, but the GraphQL side structure is nicer than the internal rust representation, maybe we can change that in the future
* impl nodes select filtering in gql * change semantics of filters in gql, add missing filter apis in edges, fix all tests * add more edge filter tests * add filtering to path from node, add tests * fix apply views * rename filter-iter to select * add select as args * impl window filter (#2359) * impl window filter * impl window filter in python, add tests * impl gql window filter, add tests * ref * impl review suggestions * fixes * fix py and gql * add review suggestions
Refactor /Redesign property filtering