intuit / intuit/graphql-filter-java

Improvements to work with table relations, added support to associations such as oneToMany and manyToOne

Open
#28 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
73
Forks
33
PR merge metrics
No merged PRs in 30d

Description

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 to `is null` or `is not null` filters in `JpaSpecificationExpressionVisitor`
- Commented the method `convertIfDate` to allow the use of date types other than `Date`, such as `OffsetDateTime`, `LocalDateTime` or `LocalDate`.

_I'd like to contribute to this project with these improvements._

**This is an example project I've made using these improvements.**
[graphql-dynamicquery.zip](https://github.com/intuit/graphql-filter-java/files/10093267/graphql-dynamicquery.zip)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.