Filip Lastic
08/10/2022, 4:07 PMDefined(true)
optional input. This value is skipped in serialization and generated json does not contain my boolean value.
I created a draft branch there: https://github.com/ExpediaGroup/graphql-kotlin/pull/1513/filesDariusz Kuc
08/11/2022, 12:59 AMFilip Lastic
08/11/2022, 6:47 AMundefined
). I do not use custom ObjectMapperisSomething
. This is
prefix can probably cause some issues https://github.com/FasterXML/jackson-module-kotlin/issues/80Dariusz Kuc
08/11/2022, 2:14 PMis
prefix (it is a Java library so it follows java bean naming convention to locate fields)Filip Lastic
08/12/2022, 6:25 AM@get:JsonProperty("_isSomething_")
(see this comment). Maybe we could add this to all inputs generated by graphql-kotlin?Dariusz Kuc
08/14/2022, 11:04 PM