-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Data layer functions #113
Data layer functions #113
Conversation
AshGraphql is looking for functions that are type-compatible. In |
(Thats why it knows what types to support) |
Okay, maybe not 😆 I’m not sure how it could only be supporting strings. I think the function variation will need to do something similar to what the operator code does. In fact, ideally they’d share the same code instead of branching. |
I may have looked at the wrong place. |
Is this good to go? |
Everything is fine from my side. |
🚀 Thank you for your contribution! 🚀 |
Allow DataLayer Filters (like, ilike from postgres in filter)
depends on
Very naive first implementation. It works in my project already, but I feel I'm probably missing some edge cases.
Somehow, the filter is already only applied to String attributes, but I'm not completely sure why.