graphql-filter-java
graphql-filter-java copied to clipboard
This project is developed to help developers add filtering support to their graphql-java services
I realized that this repository has no updates and would like to help maintain it.
Hello, i saw in your example that you used Spring Boot 2. Is it your lbrary also compatible with v3? I am using v3 and received the current error: `RuntimeException@14876...
Add Elasticsearch criteria support to be able to use the generic graphQL filter library with Elasticsearch.
When passing in a LocalDateTime, the expression parser needlessly converts into a `Date` This makes the filter unusable if you want to convert it to JPA format or SQL using...
I've added support to associations such as `manyToOne` and `oneToMany`, changing the classes `FilterExpressionParser` and `JpaSpecificationExpressionVisitor` to use in my own projects. The modifications also include : - Added support...
**1. Issue Link:** https://github.com/intuit/graphql-filter-java/issues/29 **2. Brief explanation of a change:** Removing LocalDateTime from the parser as it converts to a Date format that will not work with SQL or JPA...
Hello Team, Latest commit was Feb 6, 2024. Is project still maintained ? Is it considered mature for production use ? Or do you have alternative suggestions ? Thank you...