You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If
DateTime
scalar fromgraphql-java-extended-scalars
is used which maps to theOffsetDateTime
Java type the following exception is thrown.Implicit Date conversion should be removed from
FilterExpressionParser
.The text was updated successfully, but these errors were encountered: