ash
ash copied to clipboard
enhancement: exists expressions verifier
#2274
Contributor checklist
Leave anything that you believe does not apply unchecked.
- [x] I accept the AI Policy, or AI was not used in the creation of this PR.
- [ ] Bug fixes include regression tests
- [ ] Chores
- [ ] Documentation changes
- [x] Features include unit/acceptance tests
- [ ] Refactoring
- [ ] Update dependencies
We don't need to special case exists expressions, I think we could just use Ash.Filter.hydrate_refs and if it returns an error we raise that.