Simon Sternal

Results 4 comments of Simon Sternal

These lines were added in v6.0.0 with commit c22997b9b8b314e3304afeb182bf846eed91f356: ```diff - @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.EXISTING_PROPERTY, property = "{{{discriminator.propertyBaseName}}}", visible = true) + @JsonIgnoreProperties( + value = "{{{discriminator.propertyBaseName}}}", //...

@alejo-17 I'm sorry, but my problem was about the discriminator field not being serialized at all, not about changing the content of it. However, for using different values within the...

I know this issue is marked as resolved, but I would like to give another use case for this. In this scenario we run the GraphQL generator multiple times with...

Even though I'm not the creator of this issue, I can confirm this fixes the problem related to exact optional types.