introproventures / graphql-jpa-query

Generate GraphQL Query Api for your JPA Entity Models
https://github.com/introproventures/graphql-jpa-query
Apache License 2.0
195 stars 54 forks source link

Add logical NOT support #492

Closed MLSTRM closed 1 month ago

MLSTRM commented 2 months ago

For #243 Still testing this implementation some more on my own end within the projects I have just to confirm its doing exactly what I would expect, but the initial unit test results are promising.

igdianov commented 1 month ago

@MLSTRM Thank you for opening a PR! Can you, please, run mvn prettier:write to format the code using prettier Java plugin to be able to run CI workflows?

igdianov commented 1 month ago

LGTM. Thank you for the contribution! :)