Alf Lervåg
Alf Lervåg
Just for posterity. I worked around this issue by changing our query to the following. ```java coalesce(jsonbValue(DB_HENDELSE.HENDELSESDATA,"$.OLD.STATUS_REG_OK").cast(String.class), inline("N")).eq(inline("N")) ```
https://github.com/graphql-editor/graphql-demeter might be an option.
I find the following gist very inspiring: https://gist.github.com/segphault/1e583dd7e02c3780ca3a8d6f28dae461 Could someone from horizon core commenton whether this is a good aproach or if it has some issues I should be aware...