Ryokki

Results 4 comments of Ryokki

I've completed a debugging session and have pinpointed the exact call chain causing this behavior. The issue is not a failure of `@GraphQLIgnore` itself, but a failure in the property...

😊 Could any of the maintainers help me? It seems the property discovery logic could be made more robust against this specific edge case, perhaps by also checking for a...

Instead of changing the core `decapitalize` logic (which might be a breaking change), a solution with minimal impact could be to introduce a new annotation, similar to Jackson's `@JsonProperty`. Perhaps...