-
Notifications
You must be signed in to change notification settings - Fork 155
Migrate new translation layer to use apoc.util.validate
instead of apoc.util.validatePredicate
#6378
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
Migrate new translation layer to use apoc.util.validate
instead of apoc.util.validatePredicate
#6378
Conversation
…util.validatePredicate. TCK tests updated, Integration test partially working (aggregations, composite entities failing)
…ationFilters class to validations and filters
|
Performance ReportNo Performance Changes Show Full Table
Old Schema Generation: 27.693s |
…MacondoExpress/graphql into remove-validate-predicate-2nd-iteration
This PR changes how the AuthorizationFilters class is implemented.
The validation rules are now backed by the procedure
apoc.util.validate
and executed as a separate procedure call.The AuthorizationFilters class contract is changed to support the new method
.getValidation
List of changes: