Greg Kesler
Greg Kesler
@srinivasankavitha > However, updating the behavior of the object mappers is changing the behavior of deserialization under the hood, and not all use cases require that behavior. Exactly what functionality...
@kilink > What it sounds like to me in this proposal is that the DefaultInputObjectMapper would need to call a private method, which I am not really in favor of....
> The initial design absolutely involved updating the DefaultInputObjectMapper to call a special method. There's been discussion since then so the message you're replying to is out of date. There...
The list of subgraphs against which the router should resolve abstract field could be constrained by the fragments used in the query to apply on the abstract field results. For...
@vibhu172000 please, put some description to your PR. What does it solve? From the provided code I can tel that you put examples how to recursively traverse a tree. Sure,...
@vibhu172000 thanks again, I saw this in another PR. Still, the question is: how this is related to traverser? Have you tried to implement your dfs/bfs using traverser component from...
@vibhu172000 could you, please, put some description to your PR? tnx.
@vibhu172000 thanks for sharing. I wonder how the mechanism you've described would improve traverser component?