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
According to GraphQL schema lastUpdate should not be null, but depending on the events received by DataIndex, it might be null.
Either the schema is updated to not require null, the code is updated so it is aligned with the schema.
Expected behavior
No response
Actual behavior
In some scenarios, lastUpdate is null and, if included in query, makes the query fail with exception
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
According to GraphQL schema lastUpdate should not be null, but depending on the events received by DataIndex, it might be null.
Either the schema is updated to not require null, the code is updated so it is aligned with the schema.
Expected behavior
No response
Actual behavior
In some scenarios, lastUpdate is null and, if included in query, makes the query fail with exception
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: