graphql-filter-java
graphql-filter-java copied to clipboard
Implicit Date conversion clashes with DateTime scalar
If DateTime scalar from graphql-java-extended-scalars is used which maps to the OffsetDateTime Java type the following exception is thrown.
org.springframework.dao.InvalidDataAccessApiUsageException: Parameter value [Thu Dec 03 01:00:00 CET 2020] did not match expected type [java.time.OffsetDateTime (n/a)]
Implicit Date conversion should be removed from FilterExpressionParser.
Hi,
I'm facing the same issue as well. Is there any work-around for this bug?
My workaround back then was to patch it with the following fix. https://github.com/intuit/graphql-filter-java/pull/17/files
@jaiswalsk can you please take a look at the PR ☝🏽